From 307fd94b4f8854114e990cf343405992a1d33467 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2016 13:35:27 +0000 Subject: [PATCH] Correct typo in the documentation for RestTemplateBuilder customization See gh-7054 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index f66fbe65c04..96d24c6aea8 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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