Fix instances of "Warden’s" which should be "Wardens’"
This commit is contained in:
parent
6c6b360dac
commit
326ec148c9
1 changed files with 3 additions and 0 deletions
|
|
@ -395,6 +395,9 @@ function fixPossessives(xml) {
|
|||
xml = xml.replace(/([^‘])Ms. Stillons’([^s])/g, "$1Ms. Stillons’s$2");
|
||||
xml = xml.replace(/([^‘])Chuckles’([^s])/g, "$1Chuckles’s$2");
|
||||
|
||||
// This one is not just missing the extra "s"; it's often misplaced.
|
||||
xml = xml.replace(/Warden’s/g, "Wardens’");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue