Skip to content

Commit 39528cf

Browse files
pmihalcinodrotbohm
authored andcommitted
Fix typo in RepositoryRestController's JavaDoc
Fixes #2061.
1 parent a66650a commit 39528cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* them from standard Spring MVC handling.
3131
* <p>
3232
* Note, that this annotation should only be used by application controllers that map to URIs that are managed by Spring
33-
* Data REST as the get handled by a special {@link HandlerMapping} implementation that applies additional
33+
* Data REST as they get handled by a special {@link HandlerMapping} implementation that applies additional
3434
* functionality:
3535
* <ul>
3636
* <li>CORS configuration defined for the repository backing the path.</li>

0 commit comments

Comments
 (0)