Skip to content

Commit 0200b6d

Browse files
authored
Merge pull request #256 from nschonni/patch-1
chore: remove double word "the"
2 parents 26b8422 + 515b438 commit 0200b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylelint-prettier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ module.exports = stylelint.createPlugin(
204204
return;
205205
}
206206

207-
// Report in the the order the differences appear in the content
207+
// Report in the order the differences appear in the content
208208
differences.forEach((difference) => {
209209
switch (difference.operation) {
210210
case INSERT:

0 commit comments

Comments
 (0)