Commit 542e935b authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

Closes gh-7026
parent f1fddd24
...@@ -5079,7 +5079,7 @@ configure elements of the auto-configuration you can use the `@AutoConfigureJson ...@@ -5079,7 +5079,7 @@ configure elements of the auto-configuration you can use the `@AutoConfigureJson
annotation. annotation.
Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath
libraries to check that JSON is as expected. The `JacksonHelper`, `GsonHelper` and libraries to check that JSON is as expected. The `JacksonTester`, `GsonTester` and
`BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any `BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any
helper fields on the test class can be `@Autowired` when using `@JsonTest`. helper fields on the test class can be `@Autowired` when using `@JsonTest`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment