mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	tools: Fix typo in previous commit.
This commit is contained in:
		@@ -49,7 +49,7 @@ IGNORED_PHRASES = [
 | 
				
			|||||||
    r"\.zuliprc",
 | 
					    r"\.zuliprc",
 | 
				
			||||||
    # BeautifulSoup will remove <z-user> which is horribly confusing,
 | 
					    # BeautifulSoup will remove <z-user> which is horribly confusing,
 | 
				
			||||||
    # so we need more of the sentence.
 | 
					    # so we need more of the sentence.
 | 
				
			||||||
    r"<z-user></z-user> will have the same role"
 | 
					    r"<z-user></z-user> will have the same role",
 | 
				
			||||||
    # Things using "I"
 | 
					    # Things using "I"
 | 
				
			||||||
    r"I understand",
 | 
					    r"I understand",
 | 
				
			||||||
    r"I'm",
 | 
					    r"I'm",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user