Skip to content

Commit 9ad9b81

Browse files
committed
QL4QL: catch behaviour/behavior in ql/non-us-spelling
1 parent de4b655 commit 9ad9b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/docs/NonUSSpelling.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ predicate non_us_word(string wrong, string right) {
1414
exists(string s |
1515
wrong = s.splitAt("/", 0) and
1616
right = s.splitAt("/", 1) and
17-
s = ["colour/color", "authorise/authorize", "analyse/analyze"]
17+
s = ["colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior"]
1818
)
1919
}
2020

0 commit comments

Comments
 (0)