Browse Source

Fix grammar

pull/1377/merge
Sam Brannen 9 years ago
parent
commit
b403fb3749
  1. 2
      src/docs/asciidoc/index.adoc

2
src/docs/asciidoc/index.adoc

@ -12,7 +12,7 @@ IoC container, with any web framework on top, but you can also use only the @@ -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.

Loading…
Cancel
Save