Skip to content

Commit 8b08f04

Browse files
Hanopewilkinsona
authored andcommitted
Correct TIP typo in the documentation
Closes gh-14735
1 parent 73122fa commit 8b08f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6431,7 +6431,7 @@ NOTE: While Spring's test framework caches application contexts between tests an
64316431
a context for tests sharing the same configuration, the use of `@MockBean` or `@SpyBean`
64326432
influences the cache key, which will most likely increase the number of contexts.
64336433

6434-
PTIP: If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
6434+
TIP: If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
64356435
to parameters by name, your application must be compiled with `-parameters`. This
64366436
ensures that the parameter names are available to the caching infrastructure once the
64376437
bean has been spied upon.

0 commit comments

Comments
 (0)