parent
3493bd50b5
commit
d4f009d67c
1 changed files with 3 additions and 0 deletions
|
|
@ -337,6 +337,9 @@ function getBodyXML(chapter, contentEl) {
|
|||
// Clich(e|é) is spelled both ways. Let's standardize on including the accent.
|
||||
xml = xml.replace(/cliche/g, "cliché");
|
||||
|
||||
// "gray" is the majority spelling, except for "greyhound"
|
||||
xml = xml.replace(/(G|g)rey(?!hound)/g, "$1ray");
|
||||
|
||||
// These are consistently missing hyphens.
|
||||
xml = xml.replace(/self destruct/g, "self-destruct");
|
||||
xml = xml.replace(/life threatening/g, "life-threatening");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue