Use American English spellings

This commit is contained in:
Phillip Webb
2021-05-03 22:26:46 -07:00
parent b5583a4620
commit d6d1d95741
5 changed files with 6 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ Concretely, a custom starter can contain the following:
In a nutshell, adding the starter should provide everything needed to start using that library.
This separation in two modules is in no way necessary.
If "acme" has several flavours, options or optional features, then it is better to separate the auto-configuration as you can clearly express the fact some features are optional.
If "acme" has several flavors, options or optional features, then it is better to separate the auto-configuration as you can clearly express the fact some features are optional.
Besides, you have the ability to craft a starter that provides an opinion about those optional dependencies.
At the same time, others can rely only on the `autoconfigure` module and craft their own starter with different opinions.

View File

@@ -391,7 +391,7 @@ include::{docs-java}/features/messaging/kafka/streams/MyKafkaStreamsConfiguratio
----
By default, the streams managed by the `StreamBuilder` object it creates are started automatically.
You can customize this behaviour using the configprop:spring.kafka.streams.auto-startup[] property.
You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.