Always hyphenate self-conscious and derivatives

This commit is contained in:
Domenic Denicola 2020-11-23 19:35:48 -05:00
commit 70e1ff0281

View file

@ -571,6 +571,7 @@ function fixHyphens(xml) {
xml = xml.replace(/creepy crawl/g, "creepy-crawl");
xml = xml.replace(/well armed/g, "well-armed");
xml = xml.replace(/able bodied/g, "able-bodied");
xml = xml.replace(/self conscious/g, "self-conscious");
// This is usually correct but sometimes wrong.
xml = xml.replace(/neo /g, "neo-");