Skip to content

Commit 893615f

Browse files
authored
Updated regex for e.g. and i.e.
1 parent 22a3185 commit 893615f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/styles/UmbracoDocs/Terms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ swap:
1313
'black\s?list': "'deny list'"
1414
'white\s?list': "'allow list'"
1515
'etc\.': "'and so on'"
16-
'\b(?:eg|e\.g\.)[\s,]': "'for example'"
17-
'\b(?:ie|i\.e\.)[\s,]': "'that is'"
16+
'\b(?:eg|e\.g\.)(?=[\s,;])': "'for example'"
17+
'\b(?:ie|i\.e\.)(?=[\s,;])': "'that is'"
1818
'aka': "'also known as'"
1919
'docs': "'documentation'"

0 commit comments

Comments
 (0)