Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added OXFORD_SPELLING_Z_NOT_S

...

Code Block
languagejs
themeEmacs
<script>
    window.WEBSPELLCHECKER_CONFIG = {
        ...
        disabledRules: ['PRP_VBG', 'UPPERCASE_SENTENCE_START', 'OXFORD_SPELLING_Z_NOT_S'],
        ...
    }
</script>

Note

If you expect that you may need to enlarge this array quite often and you don't want to make changes to your configuration each time, make sure you load dynamically the values for this option.

...