Skip to content

Commit 75291b3

Browse files
committed
Fix grammar in @JSONVIEW section
1 parent 2a0fb1b commit 75291b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31639,8 +31639,8 @@ It can sometimes be useful to filter contextually the object that will be serial
3163931639
HTTP response body. In order to provide such capability, Spring MVC has built-in support for
3164031640
rendering with http://wiki.fasterxml.com/JacksonJsonViews[Jackson's Serialization Views].
3164131641

31642-
To use it with `@ResponseBody` controller method or methods return `ResponseEntity`, simply
31643-
add the `@JsonView` annotation:
31642+
To use it with an `@ResponseBody` controller method or controller methods that return
31643+
`ResponseEntity`, simply add the `@JsonView` annotation:
3164431644

3164531645
[source,java,indent=0]
3164631646
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)