Fix typo in RepositoryRestController's JavaDoc

Fixes #2061.
This commit is contained in:
Patrik Mihalcin
2021-09-14 17:22:48 +02:00
committed by Oliver Drotbohm
parent b7fd4fb73b
commit 25bd6d4ba5

View File

@@ -30,7 +30,7 @@ import org.springframework.web.servlet.HandlerMapping;
* them from standard Spring MVC handling.
* <p>
* Note, that this annotation should only be used by application controllers that map to URIs that are managed by Spring
* Data REST as the get handled by a special {@link HandlerMapping} implementation that applies additional
* Data REST as they get handled by a special {@link HandlerMapping} implementation that applies additional
* functionality:
* <ul>
* <li>CORS configuration defined for the repository backing the path.</li>