Fix grammar

This commit is contained in:
Sam Brannen 2017-04-06 17:47:13 +02:00
parent 2566d6f5c8
commit b403fb3749
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ IoC container, with any web framework on top, but you can also use only the
<<data-access.adoc#jdbc-introduction,JDBC abstraction layer>>. The Spring Framework supports declarative
transaction management, remote access to your logic through RMI or web services, and various
options for persisting your data.
It offers a full-featured web frameworks such as <<web.adoc#mvc-introduction,Spring MVC>>
It offers full-featured web frameworks such as <<web.adoc#mvc-introduction,Spring MVC>>
and <<web.adoc#web-reactive, Spring WebFlux>>; and it enables you to
integrate <<core.adoc#aop-introduction,AOP>> transparently into your software.