Skip to content

Commit 373ef85

Browse files
xasxspencergibb
authored andcommitted
Close verbatim block properly (spring-projects#146)
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
1 parent 63e4e3b commit 373ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/spring-cloud-commons.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ name.
376376
=== Multiple RestTemplate objects
377377

378378
If you want a `RestTemplate` that is not load balanced, create a `RestTemplate`
379-
bean and inject it as normal. To access the load balanced `RestTemplate use
379+
bean and inject it as normal. To access the load balanced `RestTemplate` use
380380
the `@LoadBalanced` qualifier when you create your `@Bean`.
381381

382382
IMPORTANT: Notice the `@Primary` annotation on the plain `RestTemplate` declaration in the example below, to disambiguate the unqualified `@Autowired` injection.

0 commit comments

Comments
 (0)