Skip to content

Commit

Permalink
Add personal dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Apr 4, 2017
1 parent 7711817 commit 4745b6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo 'Potential Misspellings:'
for f in bylaws.md ; do
echo $f ; aspell list < $f | sort | uniq -c
echo $f ; aspell --add-extra-dicts=./templates/dictionary.en.pws list < $f | sort | uniq -c
done

echo ''
Expand Down
7 changes: 7 additions & 0 deletions templates/dictionary.en.pws
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
personal_ws-1.1 en 0
Panhellenic
Tepper
AndrewID
AndrewID's
AndrewIDs
supermajority

0 comments on commit 4745b6a

Please sign in to comment.