Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 426 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 426 Bytes

As You Type Spell Checker

This is a WPF based example project for an as-you-type spell checker. It combines AvalonEdit and NHunspell by adding the custom SpellCheckerBehavior.

This project was inspired by a StackOverflow question.