From eab8f411520d6bfc1c5904dc98b37471659aaa05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Sep 2021 08:04:34 +0200 Subject: [PATCH] Polish "Remove english contractions from the documentation" See gh-28064 --- .../docs/asciidoc/features/developing-auto-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-auto-configuration.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-auto-configuration.adoc index 46b855cdf4..5274e2b310 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-auto-configuration.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-auto-configuration.adoc @@ -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.