Conclude abbreviated sentence in reference docs.

Fixes #2016.
This commit is contained in:
Oliver Drotbohm
2021-06-08 15:08:13 +02:00
parent 979b050d35
commit b154ff88d6

View File

@@ -26,7 +26,7 @@ If you extend `CrudRepository` you usually expose all methods required to expose
Each of the resources listed below will define which of the methods need to be present so that a particular HTTP method can be exposed for each of the resources.
That means, that repositories that are not exposing those methods -- either by not declaring them at all or explicitly using `@RestResource(exported = false)` -- won't expose those HTTP methods on those resources.
For details on how to tweak the default method exposure or dedicated HTTP methods individually see
For details on how to tweak the default method exposure or dedicated HTTP methods individually see <<customizing-sdr.http-methods>>.
[[repository-resources.default-status-codes]]
=== Default Status Codes