Fix common typos and grammatical mistakes

Closes gh-36471
This commit is contained in:
Sam Brannen
2026-03-15 17:05:29 +01:00
parent 17699103dc
commit 5eb0e99d58
25 changed files with 46 additions and 46 deletions
@@ -43,7 +43,7 @@ class DestinationPatternsMessageConditionTests {
new DestinationPatternsMessageCondition(new String[] {"foo"}, new AntPathMatcher("."));
assertThat(c.getPatterns())
.as("Pre-pending should be disabled when not using '/' as path separator")
.as("Prepending should be disabled when not using '/' as path separator")
.containsExactly("foo");
}