Minor typo fix in README (#3580)

This commit is contained in:
Haoyu (Daniel) YANG
2024-11-16 00:42:15 +08:00
committed by GitHub
parent 2f330f72da
commit a4bbf6517e

View File

@ -119,7 +119,7 @@ You can select the optional dictionaries with the ``--builtin`` option.
Ignoring words
--------------
When ignoring false positives, note that spelling errors are *case-insensitive* but words to ignore are *case-sensitive*. For example, the dictionary entry ``wrod`` will also match the typo ``Wrod``, but to ignore it you must pass ``wrod``.
When ignoring false positives, note that spelling errors are *case-insensitive* but words to ignore are *case-sensitive*. For example, the dictionary entry ``wrod`` will also match the typo ``Wrod``, but to ignore it you must pass ``Wrod``.
The words to ignore can be passed in two ways: