Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 456 Bytes

DEVELOP.md

File metadata and controls

15 lines (9 loc) · 456 Bytes

Here are additional details for debugging for working with the library.

Plugins

Spell Check allows for plugins to provide additional spell checking functionality. See the PLUGINS.md file in the repository on how to write a plugin.

Debugging

Debugging messages for this library can be enabled by going into the developer console and running the following:

localStorage.debug = 'spell-check:*'

A reload of the window may be required.