Exemplo n.º 1
0
 public static string CorrigirTexto(this string text)
 {
     return(Spelling.SpellCorrectWord(text));
 }