diff --git a/tools/lib/capitalization.py b/tools/lib/capitalization.py index f181f5f422..30c5232fe6 100644 --- a/tools/lib/capitalization.py +++ b/tools/lib/capitalization.py @@ -95,6 +95,10 @@ IGNORED_PHRASES = [ r'activation key', # this is used as a topic r'^hello$', + # These are used as example short names (e.g. an uncapitalized context): + r"^marketing$", + r"^cookie$", + r"^new_emoji$", # TO CLEAN UP # Just want to avoid churning login.html right now