Skip to content

Commit

Permalink
DATAREST-960 - Fixed typos in reference documentation.
Browse files Browse the repository at this point in the history
Fix typo "returnBodyOnupdate" -> "returnBodyOnUpdate".

Original pull request: #242.
  • Loading branch information
kryger authored and odrotbohm committed Dec 2, 2016
1 parent aea766b commit 080d1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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 <<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.

0 comments on commit 080d1b0

Please sign in to comment.