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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2427,10 +2427,6 @@
|
|||
{
|
||||
"before": "Once dad and the sibs realized",
|
||||
"after": "Once Dad and the sibs realized"
|
||||
},
|
||||
{
|
||||
"before": "scott free",
|
||||
"after": "scot-free"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/11/24/monarch-16-1/": [
|
||||
|
|
@ -3204,10 +3200,6 @@
|
|||
{
|
||||
"before": "<em>sorry that</em>",
|
||||
"after": "<em>sorry</em> that"
|
||||
},
|
||||
{
|
||||
"before": "scott-free",
|
||||
"after": "scot-free"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/04/25/imago-21-7/": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue