Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Modified spellchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDragonBE committed Aug 8, 2018
1 parent 31f68b6 commit c9fb2ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MarkdownToRW/MarkdownConverter/ContentScan/ContentScanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,10 @@ private static Dictionary<string, string> CreateCommonMisspelledWordDict()
{"allmost", "almost"},
{"teh", "the"},
{"liek", "like"},
{"trough", "through"}
{"trough", "through"},
{"we", "you"},
{"we'll", "you'll"},
{"let's", "time to / something else"},
};

return wordDict;
Expand Down Expand Up @@ -411,7 +414,6 @@ private static Dictionary<string, string> CreateBritishWordDict()
{"authorised", "authorized"},
{"authorises", "authorizes"},
{"authorising", "authorizing"},
{"axe", "ax"},
{"backpedalled", "backpedaled"},
{"backpedalling", "backpedaling"},
{"bannister", "banister"},
Expand Down

0 comments on commit c9fb2ff

Please sign in to comment.