Fix more "changed tack" misspellings
This commit is contained in:
parent
0efaf38170
commit
a405adf6b7
2 changed files with 3 additions and 8 deletions
|
|
@ -636,6 +636,9 @@ function fixMispellings(xml) {
|
|||
// https://www.dictionary.com/browse/scot-free
|
||||
xml = xml.replace(/scott(?: |-)free/g, "scot-free");
|
||||
|
||||
// https://grammarist.com/idiom/change-tack/
|
||||
xml = xml.replace(/changed tacks/g, "changed tack");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3676,14 +3676,6 @@
|
|||
{
|
||||
"before": "Night hags",
|
||||
"after": "Night Hags"
|
||||
},
|
||||
{
|
||||
"before": "Mannequin changed tacks",
|
||||
"after": "Mannequin changed tack"
|
||||
},
|
||||
{
|
||||
"before": "Rachel had changed tacks",
|
||||
"after": "Rachel had changed tack"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/08/06/interlude-26a/": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue