Due to this [upstream issue](https://github.com/hunspell/hunspell/issues/523) we cannot add custom words which are duplicates of existing words in the dictionary with a different case. ```r hunspell_check("Javascript", dict = dictionary(add_words = "Javascript")) ## FALSE ```