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