Skip to content

Commit 63fe5b9

Browse files
committed
Fix typo in reference documentation
1 parent 7107c8c commit 63fe5b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/asciidoc/web-view.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,9 +2614,8 @@ name(s) could be customized through the `jsonpParameterNames` property.
26142614
The `MappingJackson2XmlView` uses the
26152615
https://github.com/FasterXML/jackson-dataformat-xml[Jackson XML extension]'s `XmlMapper`
26162616
to render the response content as XML. If the model contains multiples entries, the
2617-
object to be serialized should be set explicitly using `MappingJackson2XmlView`'s
2618-
`modelKey` bean property. If the model contains a single entry, it will be serialized
2619-
automatically.
2617+
object to be serialized should be set explicitly using the `modelKey` bean property.
2618+
If the model contains a single entry, it will be serialized automatically.
26202619

26212620
XML mapping can be customized as needed through the use of JAXB or Jackson's provided
26222621
annotations. When further control is needed, a custom `XmlMapper` can be injected

0 commit comments

Comments
 (0)