diff --git a/lib/convert-worker.js b/lib/convert-worker.js index ee5c02f..f3511f6 100644 --- a/lib/convert-worker.js +++ b/lib/convert-worker.js @@ -345,6 +345,9 @@ function getBodyXML(chapter, contentEl) { xml = xml.replace(/(\b)tv(\b)/g, "$1TV$2"); xml = xml.replace(/T\.V\./g, "TV"); + // This is commonly misspelled. + xml = xml.replace(/([Ss])houlderblade/g, "$1houlder blade"); + // There's no reason why these should be capitalized. (Note that they never appear at the beginning of any sentences.) xml = xml.replace(/Halberd/g, "halberd"); xml = xml.replace(/Loft/g, "loft");