Skip to content

Commit

Permalink
Merge branch 'test-vale' into test-vale-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jun 14, 2024
2 parents 83ae935 + bb84f78 commit 9f8100c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/custom/LatinAbbreviations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ swap:
- i.e.: that is
- etc.: and so on
- N.B.: Note

edit:
- 's/e.g./for example/g'
- 's/i.e./for example/g'
- 's/i.e./that is/g'
- 's/etc./and so on/g'
- 's/N.B./Note/g'
2 changes: 2 additions & 0 deletions styles/custom/Repitition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ nonword: true
tokens:
- '\b(\w+)\s+\1\b'

edit:
- 's/\b(\w+)\s+\1\b/\1/'
8 changes: 8 additions & 0 deletions styles/custom/Typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ swap:
- seperate: separate
- occured: occurred
- untill: until

edit:
- 's/teh/the/g'
- 's/recieve/receive/g'
- 's/definately/definitely/g'
- 's/seperate/separate/g'
- 's/occured/occurred/g'
- 's/untill/until/g'

0 comments on commit 9f8100c

Please sign in to comment.