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.