QL: add "modelled/modeled" to the ql/non-us-spelling query

This commit is contained in:
Erik Krogh Kristensen
2021-12-20 17:46:41 +01:00
parent 66c6a4d899
commit 4c1089fcf1

View File

@@ -5,7 +5,7 @@ predicate non_us_word(string wrong, string right) {
s =
[
"colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior",
"modelling/modeling"
"modelling/modeling", "modelled/modeled"
]
)
}