Standardize on "Crock o’ Shit"
This commit is contained in:
parent
22fbff008e
commit
af03064221
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ function standardizeNames(xml) {
|
|||
// 25 instances of "Amias" to 3 of "Amais"
|
||||
xml = xml.replace(/Amais/g, "Amias");
|
||||
|
||||
// Earlier chapters have a space; later ones do not. They're separate words, so side with the earlier chapters.
|
||||
xml = xml.replace(/Crock o[‘’]Shit/g, "Crock o’ Shit");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue