Capitalize "Machine Army"
This commit is contained in:
parent
b9d396f6f5
commit
a1c7f00b42
1 changed files with 3 additions and 0 deletions
|
|
@ -477,6 +477,9 @@ function fixCapitalization(xml, book) {
|
|||
// The Speedrunners team name is missing its capitalization a couple times.
|
||||
xml = xml.replace(/speedrunners/g, "Speedrunners");
|
||||
|
||||
// The Machine Army is missing its capitalization a couple times.
|
||||
xml = xml.replace(/machine army/g, "Machine Army");
|
||||
|
||||
// "patrol block" is capitalized three different ways: "patrol block", "Patrol block", and "Patrol Block". "patrol
|
||||
// group" is always lowercased. It seems like "Patrol" is a proper name, and is used as a capitalized modifier in
|
||||
// other contexts (e.g. Patrol leader). So let's standardize on "Patrol <lowercase>".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue