Fix more "scot-free" misspellings
This commit is contained in:
parent
ab226686ae
commit
0efaf38170
2 changed files with 3 additions and 8 deletions
|
|
@ -633,6 +633,9 @@ function fixMispellings(xml) {
|
|||
// All dictionaries agree this is capitalized.
|
||||
xml = xml.replace(/u-turn/g, "U-turn");
|
||||
|
||||
// https://www.dictionary.com/browse/scot-free
|
||||
xml = xml.replace(/scott(?: |-)free/g, "scot-free");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue