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`
- Nutze aspell mit einem anderen Wörterbuch (nimmt 2-Zeichen-Locale laut ISO 639 Sprach Code):
- Nutze `aspell` mit einem anderen Wörterbuch (nimmt 2-Zeichen-Locale laut ISO 639 Sprach Code):
`aspell --lang={{cs}}`
- Zeige alle falsch geschriebenen Wörter von Standard Input und ignoriere alle Wörter in einer persönlichen Wortliste:
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} {{list}}`
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} list`