1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

Doc: fix some typos. (#2621)

This commit is contained in:
Lin Kun 2019-02-23 08:18:06 +08:00 committed by Wang Shidong
parent e8d39bea00
commit 8974e91873
2 changed files with 7 additions and 7 deletions

View File

@ -85,10 +85,10 @@ SpaceVim 建立在下面的公约上:该公约主要包括了函数的命名
新开 pull request 时,应当标记该 PR 属于以下哪种前缀:
- `Add:` 添加新的特性
- `Add:` 添加新的特性
- `Change:` 修改已有特性的行为
- `Fixed:` 修复某些问题
- `Remove:` 移除原先支持的某特性
- `Fix:` 修复某些问题
- `Remove:` 移除原先支持的某特性
- `Doc:` 更新帮助文档
- `Website:` 更新网站内容

View File

@ -89,11 +89,11 @@ SpaceVim is based on conventions, mainly for naming functions, keybindings defin
Pull request titles should contain one of these prefix:
- `Add:` Adding a new feature.
- `Add:` Adding new features.
- `Change:` Change default behaviors or the existing features.
- `Fixed:` Fix some bugs.
- `Remove:` Remove any existing features.
- `Doc:` Update the help file.
- `Fix:` Fix some bugs.
- `Remove:` Remove some existing features.
- `Doc:` Update the help files.
- `Website:` Update the content of website.
Here is an example: