mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Fix common typos and grammatical mistakes
Closes gh-36471
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user