Skip to content

Commit 80d798c

Browse files
committed
spellcheck fixes
1 parent 6394dde commit 80d798c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default]
2+
extend-ignore-re = [
3+
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
4+
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
5+
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
6+
]

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Strip the filepaths down to the relevant bit. -->
2020
<arg name="basepath" value="./"/>
2121

22-
<!-- Check up to 8 files simultanously. -->
22+
<!-- Check up to 8 files simultaneously. -->
2323
<arg name="parallel" value="8"/>
2424

2525
<!--

0 commit comments

Comments
 (0)