Fixed typo in summary.

This commit is contained in:
Oliver Gierke
2014-06-23 12:03:44 +02:00
parent 8f5399a505
commit fc0aaa9e94

View File

@@ -43,7 +43,7 @@ Create REST representations that follow the [HATEOAS](http://en.wikipedia.org/wi
{% endcapture %}
{% capture main_content %}
Spring HATOEAS provides some APIs to ease creating REST representations that follow the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
Spring HATEOAS provides some APIs to ease creating REST representations that follow the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
## Features