Skip to content

Commit 710a488

Browse files
committed
Conclude abbreviated sentence in reference docs.
Fixes #2016.
1 parent 976f0bf commit 710a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repository-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you extend `CrudRepository` you usually expose all methods required to expose
2626
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.
2727
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.
2828

29-
For details on how to tweak the default method exposure or dedicated HTTP methods individually see
29+
For details on how to tweak the default method exposure or dedicated HTTP methods individually see <<customizing-sdr.http-methods>>.
3030

3131
[[repository-resources.default-status-codes]]
3232
=== Default Status Codes

0 commit comments

Comments
 (0)