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`
- 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`