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

pull/1/head
trolzen 2022-10-19 19:02:08 +03:00 committed by GitHub
parent b582869d25
commit fa40045bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`

View File

@ -21,4 +21,4 @@
- പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ:
`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} {{ലിസ്റ്റ്}}`
`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list`

View File

@ -15,10 +15,10 @@
`aspell dicts`
- Executar aspell utilizando uma língua diferente (informe o código ISO 639 da língua):
- Executar `aspell` utilizando uma língua diferente (informe o código ISO 639 da língua):
`aspell --lang={{cs}}`
- Exibir os erros ortográficos no terminal e ignorando as palavras da lista pessoal:
`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} {{list}}`
`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} list`

View File

@ -15,10 +15,10 @@
`aspell dicts`
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 aspell
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 `aspell`
`aspell --lang={{cs}}`
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} list`

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`