1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Doc: Fixed order of tags in spellcheck document

This commit is contained in:
Laurent Cozic
2025-10-29 17:56:40 +01:00
parent fef761cbab
commit 21e49be22f

View File

@@ -22,7 +22,7 @@ Please note that there cannot be more than 400 (maybe 500) words in those lists.
### Using comments
You can ignore a block of code by wrapping it in `// cSpell:disable` / `// cSpell:enable` in JS/TS files, or in `<!-- cSpell:enable -->` / `<!-- cSpell:disable -->` in Markdown files.
You can ignore a block of code by wrapping it in `// cSpell:disable` / `// cSpell:enable` in JS/TS files, or in `<!-- cSpell:disable -->` / `<!-- cSpell:enable -->` in Markdown files.
Only do this when there's a large block of code that contains many words to be ignored. Otherwise prefer the word list because it means we don't pollute the code with additional comments.