From 96ae9d803fff4d842b9c6dbdf6949cd1f8087f7c 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 747ebc32d..cc4c12fbe 100644 --- a/src/main/asciidoc/getting-started.adoc +++ b/src/main/asciidoc/getting-started.adoc @@ -145,7 +145,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]] @@ -174,4 +174,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.