Skip to content

Commit 4a0fa62

Browse files
committed
Polish "Replace "you're""
See gh-28710
1 parent e629e77 commit 4a0fa62

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/io

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ NOTE: By default, a key prefix is added so that, if two separate caches use the
201201
We strongly recommend keeping this setting enabled if you create your own `RedisCacheManager`.
202202

203203
TIP: You can take full control of the default configuration by adding a `RedisCacheConfiguration` `@Bean` of your own.
204-
This can be useful if you need to customizing the default serialization strategy.
204+
This can be useful if you need to customize the default serialization strategy.
205205

206206
If you need more control over the configuration, consider registering a `RedisCacheManagerBuilderCustomizer` bean.
207207
The following example shows a customizer that configures a specific time to live for `cache1` and `cache2`:

0 commit comments

Comments
 (0)