diff --git a/src/main/java/org/springframework/hateoas/server/EntityLinks.java b/src/main/java/org/springframework/hateoas/server/EntityLinks.java index 2b3f5224e..85c087888 100644 --- a/src/main/java/org/springframework/hateoas/server/EntityLinks.java +++ b/src/main/java/org/springframework/hateoas/server/EntityLinks.java @@ -27,7 +27,7 @@ * Accessor to links pointing to controllers backing an entity type. The {@link IllegalArgumentException} potentially * thrown by the declared methods will only appear if the {@code Plugin#supports(Class)} method has returned * {@literal false} and the method has been invoked anyway, i.e. if {@code Plugin#supports(Class)} returns - * {@literal true} it's safe to invoke the interface methods an the exception will never be thrown. + * {@literal true} it's safe to invoke the interface methods and the exception will never be thrown. * * @author Oliver Gierke */