From 75291b32bca7a4535defa056c5ca4d1da8bd7ade Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 24 Sep 2014 13:10:31 +0200 Subject: [PATCH] Fix grammar in @JsonView section --- src/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 8c8adfcc0bf..ca8aa2695ba 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -31639,8 +31639,8 @@ It can sometimes be useful to filter contextually the object that will be serial HTTP response body. In order to provide such capability, Spring MVC has built-in support for rendering with http://wiki.fasterxml.com/JacksonJsonViews[Jackson's Serialization Views]. -To use it with `@ResponseBody` controller method or methods return `ResponseEntity`, simply -add the `@JsonView` annotation: +To use it with an `@ResponseBody` controller method or controller methods that return +`ResponseEntity`, simply add the `@JsonView` annotation: [source,java,indent=0] [subs="verbatim,quotes"]