Solve a grammar issue forever by creating a grammar rule! You will also receive 50 000 pro credits worth $5! Read here how!

2 periods

English
Part: 
Sentence
Scope: 
Text
Features: 
previous.is_word && current.text == "." && next.text == "."
Suggestion: 
previous.text + "..."
previous.text + "."
Notes: 
The first regex contains a negative lookahead for dots (?!\.) Removing the word requirement /(\w+)\.\.($|\s)/
Description: 

Repeated punctuation means a punctuation repeated two or more times. This error is common writing often ignored by word processors and spell checkers.

Weight: 
0
Admin
Approved: 
Ignore: 
Ngram Check: