Skip to content

Commit 4c1089f

Browse files
committed
QL: add "modelled/modeled" to the ql/non-us-spelling query
1 parent 66c6a4d commit 4c1089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/style/docs/NonUSSpellingQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ predicate non_us_word(string wrong, string right) {
55
s =
66
[
77
"colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior",
8-
"modelling/modeling"
8+
"modelling/modeling", "modelled/modeled"
99
]
1010
)
1111
}

0 commit comments

Comments
 (0)