Fix typos in Javadoc, reference docs, and code

Closes gh-28822
This commit is contained in:
Marc Wrobel
2022-07-14 12:27:32 +02:00
committed by Sam Brannen
parent 50dff77d01
commit 92a231cf91
18 changed files with 23 additions and 23 deletions

View File

@@ -1871,7 +1871,7 @@ Spring test configuration annotations are processed within enclosing class hiera
for inner test classes.
If `@NestedTestConfiguration` is not present or meta-present on a test class, in its
super type hierarchy, or in its enclosing class hierarchy, the default _enclosing
supertype hierarchy, or in its enclosing class hierarchy, the default _enclosing
configuration inheritance mode_ will be used. See the tip below for details on how to
change the default mode.