From eb444f547f34da8bd9c208193699e52cf5750d6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 27 Jul 2016 09:20:19 +0200 Subject: [PATCH] Fix typo --- 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 afa5ec9a85..4f5d157718 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5469,7 +5469,7 @@ public class MyTest { ---- If you are using the `@SpringBootTest` annotation, you can just inject a fully configured -`TestRestTemplate` and start usinging it. If necessary, additional customizations can be +`TestRestTemplate` and start using it. If necessary, additional customizations can be applied via the `RestTemplateBuilder` bean: [source,java,indent=0]