Skip to content

Commit 4056542

Browse files
committed
Merge pull request spring-projects#9212 from sslavic:patch-1
* pr/9212: Fix typo in javadoc
2 parents a3f5cbc + 6e1d99a commit 4056542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* If you are using the
7474
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest}
7575
* annotation, a {@link TestRestTemplate} is automatically available and can be
76-
* {@code @Autowired} into you test. If you need customizations (for example to adding
76+
* {@code @Autowired} into your test. If you need customizations (for example to adding
7777
* additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
7878
*
7979
* @author Dave Syer

0 commit comments

Comments
 (0)