aspell: fix the example, enclose aspell in backticks (#9131)

This commit is contained in:
trolzen
2022-10-19 19:02:08 +03:00
committed by GitHub
parent b582869d25
commit fa40045bfc
5 changed files with 9 additions and 9 deletions

View File

@@ -15,10 +15,10 @@
`aspell dicts`
- Run aspell with a different language (takes two-letter ISO 639 language code):
- Run `aspell` with a different language (takes two-letter ISO 639 language code):
`aspell --lang={{cs}}`
- List misspelled words from standard input and ignore words from personal word list:
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
`cat {{file}} | aspell --personal={{personal-word-list.pws}} list`