Correct typo in the documentation for RestTemplateBuilder customization

See gh-7054
This commit is contained in:
Andy Wilkinson
2016-11-01 13:35:27 +00:00
parent fc0d4e45a5
commit 307fd94b4f

View File

@@ -4547,7 +4547,7 @@ configure a `RestTemplate`. For example, to add BASIC auth support you can use
[[boot-features-restclient-customization]]
=== RestTemplate customization
There are three main approaches to `RestTemplate` customization, depending on how broadly
to want the customizations to apply.
you want the customizations to apply.
To make the scope of any customizations as narrow as possible, inject the auto-configured
`RestTemplateBuilder` and then calls its methods as required. Each method call returns a