aspell: fix the example, enclose aspell
in backticks (#9131)
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user