Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Apr 4, 2018
1 parent 3ee683f commit 7368f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ Alternatively, you can inject a custom `MessagingMessageConverter` with some oth
----
MessagingMessageConverter amqpMessageConverter = new MessagingMessageConverter();
amqpMessageConverter.setPayloadConverter(myPayloadConverter);
rabbitMessagingTempalte.setAmqpMessageConverter(amqpMessageConverter);
rabbitMessagingTemplate.setAmqpMessageConverter(amqpMessageConverter);
----

[[template-user-id]]
Expand Down

0 comments on commit 7368f43

Please sign in to comment.