Skip to content

Commit eab8f41

Browse files
committed
Polish "Remove english contractions from the documentation"
See gh-28064
1 parent 52176b8 commit eab8f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-auto-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ include::{docs-java}/features/developingautoconfiguration/testing/MyServiceAutoC
209209

210210
[[features.developing-auto-configuration.custom-starter]]
211211
=== 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".
213213
To make it easily extensible, a number of configuration keys in a dedicated namespace can be exposed to the environment.
214214
Finally, a single "starter" dependency is provided to help users get started as easily as possible.
215215

0 commit comments

Comments
 (0)