From 80e9af743d4bb4bb6a562dd0e6043e992f3031b6 Mon Sep 17 00:00:00 2001 From: Lukasz Kryger Date: Mon, 14 Nov 2016 15:50:50 +0100 Subject: [PATCH] DATAREST-960 - Fixed typos in reference documentation. Fix typo "returnBodyOnupdate" -> "returnBodyOnUpdate". Original pull request: #242. --- src/main/asciidoc/getting-started.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/getting-started.adoc b/src/main/asciidoc/getting-started.adoc index a7b6a6798..c12d6ade2 100644 --- a/src/main/asciidoc/getting-started.adoc +++ b/src/main/asciidoc/getting-started.adoc @@ -160,7 +160,7 @@ There are many properties you can alter: | sortParamName | change name of the query parameter for sorting | defaultMediaType | change default media type to use when none is specified | returnBodyOnCreate | change if a body should be returned on creating a new entity -| returnBodyOnupdate | change if a body should be returned on updating an entity +| returnBodyOnUpdate | change if a body should be returned on updating an entity |=== [[getting-started.bootstrap]] @@ -189,4 +189,4 @@ You can run your application as either a Spring Boot app (with links showns abov NOTE: In general Spring Data REST doesn't add functionality to a given data store. This means that by definition, it should work with any Spring Data project that supports the Repository programming model. The data stores listed above are simply the ones we have written integration tests to verify. -From this point, you can are free to <> with various options. \ No newline at end of file +From this point, you can are free to <> with various options.