File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ include::{docs-java}/features/developingautoconfiguration/testing/MyServiceAutoC
209
209
210
210
[[features.developing-auto-configuration.custom-starter]]
211
211
=== Creating Your Own Starter
212
- A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let us call that "acme".
212
+ A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let's call that "acme".
213
213
To make it easily extensible, a number of configuration keys in a dedicated namespace can be exposed to the environment.
214
214
Finally, a single "starter" dependency is provided to help users get started as easily as possible.
215
215
You can’t perform that action at this time.
0 commit comments