format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,15 +2,15 @@
> 交互式拼写检查工具.
- 为一个文件做拼写检查
- 为一个文件做拼写检查:
`aspell check {{文件路径}}`
- 列出来自标准输入的拼写错误单词
- 列出来自标准输入的拼写错误单词:
`cat {{文件}} | aspell list`
- 列出可用的字典语言
- 列出可用的字典语言:
`aspell dicts`
@@ -18,6 +18,6 @@
`aspell --lang={{cs}}`
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`