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:
Jay Bryant
2021-11-16 13:25:49 -06:00
committed by Andy Wilkinson
parent 00fa0fb769
commit e629e77b29
9 changed files with 10 additions and 10 deletions

View File

@@ -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>>