Polish "Remove english contractions from the documentation"

See gh-28064
This commit is contained in:
Stephane Nicoll 2021-09-21 08:04:34 +02:00
parent 52176b8ed6
commit eab8f41152
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ include::{docs-java}/features/developingautoconfiguration/testing/MyServiceAutoC
[[features.developing-auto-configuration.custom-starter]]
=== Creating Your Own Starter
A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let us call that "acme".
A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let's call that "acme".
To make it easily extensible, a number of configuration keys in a dedicated namespace can be exposed to the environment.
Finally, a single "starter" dependency is provided to help users get started as easily as possible.