Fix spelling

This commit is contained in:
Dave Syer
2016-02-11 22:13:22 +00:00
parent 2323512304
commit d66cae9c49

View File

@@ -936,7 +936,7 @@ public interface UserClient extends UserService {
}
----
NOTE: It is gernarally not advisable to share an interface between a
NOTE: It is generally not advisable to share an interface between a
server and a client. It introduces tight coupling, and also actually
doesn't work with Spring MVC in its current form (method parameter
mapping is not inherited).