Change spell check settings for Miro Desktop App on Windows
Disable or change language for Miro spell check
If you want to disable, change or to add a language the spell check function in the Miro Desktop App, this is possible by changing some settings in the Preferences
or settings.json
files.
- Navigate to the location of these files and open the files with an Editor such as Notepad.
The AppData folder in your user directory is hidden, therefore click on View and enable Hidden items within the Windows Explorer.

- To disable the spell checking, open the
settings.json
file and set the spellCheck setting from true to false.
“SAVED_APP_SETTINGS”: {
“spellCheck”: false,
- To add or change the language, open the
Preferences
file and add a additional language or exchange it. For german add “de”, for american english add “en-US”. In the example two languages are used for spell checking.
{"spellcheck":{"dictionaries":["de","en-US"],"dictionary":""}}
- Tested for Miro 2.0.3.0