Skip to content

Commit 9346299

Browse files
committed
Apply copilot typo suggestion
1 parent 8324889 commit 9346299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<message key="ws.preceded"
184184
value="GenericWhitespace ''{0}'' is preceded with whitespace."/>
185185
<message key="ws.illegalFollow"
186-
value="GenericWhitespace ''{0}'' should followed by whitespace."/>
186+
value="GenericWhitespace ''{0}'' should be followed by whitespace."/>
187187
<message key="ws.notPreceded"
188188
value="GenericWhitespace ''{0}'' is not preceded with whitespace."/>
189189
</module>
@@ -249,4 +249,4 @@
249249
</module>
250250
<module name="CommentsIndentation"/>
251251
</module>
252-
</module>
252+
</module>

0 commit comments

Comments
 (0)