Skip to content

Commit 542e935

Browse files
committed
Fix typo
Closes spring-projectsgh-7026
1 parent f1fddd2 commit 542e935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5079,7 +5079,7 @@ configure elements of the auto-configuration you can use the `@AutoConfigureJson
50795079
annotation.
50805080

50815081
Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath
5082-
libraries to check that JSON is as expected. The `JacksonHelper`, `GsonHelper` and
5082+
libraries to check that JSON is as expected. The `JacksonTester`, `GsonTester` and
50835083
`BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any
50845084
helper fields on the test class can be `@Autowired` when using `@JsonTest`.
50855085

0 commit comments

Comments
 (0)