Replace "you're"
This commit replaces "you're" with some other structure, often simplifying the sentence in the process. Also checked for words that end with "'ll" and "n't" but did not find any. See gh-28710
This commit is contained in:
committed by
Andy Wilkinson
parent
00fa0fb769
commit
e629e77b29
@@ -1,10 +1,10 @@
|
||||
[[documentation.web]]
|
||||
== Web
|
||||
If you're developing Spring Boot web applications, take a look at the following content:
|
||||
If you develop Spring Boot web applications, take a look at the following content:
|
||||
|
||||
* *Servlet Web Applications:* <<web#web.servlet, Spring MVC, Jersey, Embedded Servlet Containers>>
|
||||
* *Reactive Web Applications:* <<web#web.reactive, Spring Webflux, Embedded Servlet Containers>>
|
||||
* *Graceful Shutdown:* <<web#web.graceful-shutdown, Graceful Shutdown>>
|
||||
* *Spring Security:* <<web#web.security, Default Security Configuration, Auto-configuration for OAuth2, SAML>>
|
||||
* *Spring Session:* <<web#web.spring-session, Auto-configuration for Spring Session>>
|
||||
* *Spring HATEOAS:* <<web#web.spring-hateoas, Auto-configuration for Spring HATEOAS>>
|
||||
* *Spring HATEOAS:* <<web#web.spring-hateoas, Auto-configuration for Spring HATEOAS>>
|
||||
|
||||
Reference in New Issue
Block a user