DATAREST-960 - Fixed typos in reference documentation.

Fix typo "returnBodyOnupdate" -> "returnBodyOnUpdate".

Original pull request: #242.
This commit is contained in:
Lukasz Kryger
2016-11-14 15:50:50 +01:00
committed by Oliver Gierke
parent 3aa120b4d9
commit 96ae9d803f

View File

@@ -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 <<customizing-sdr,customize Spring Data REST>> with various options.
From this point, you can are free to <<customizing-sdr,customize Spring Data REST>> with various options.