We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4b655 commit 9ad9b81Copy full SHA for 9ad9b81
1 file changed
ql/ql/src/queries/style/docs/NonUSSpelling.ql
@@ -14,7 +14,7 @@ predicate non_us_word(string wrong, string right) {
14
exists(string s |
15
wrong = s.splitAt("/", 0) and
16
right = s.splitAt("/", 1) and
17
- s = ["colour/color", "authorise/authorize", "analyse/analyze"]
+ s = ["colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior"]
18
)
19
}
20
0 commit comments