Capitalize U-turn
This commit is contained in:
parent
32817eb255
commit
2412fa0375
1 changed files with 3 additions and 0 deletions
|
|
@ -552,6 +552,9 @@ function fixMispellings(xml) {
|
|||
// Preemptive(ly) is often hyphenated (not always). It should not be.
|
||||
xml = xml.replace(/([Pp])re-emptive/g, "$1reemptive");
|
||||
|
||||
// All dictionaries agree this is capitalized.
|
||||
xml = xml.replace(/u-turn/g, "U-turn");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue