Skip to content

Commit 47046e7

Browse files
committed
Fix typo
1 parent c7fbe2f commit 47046e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chapters/02-github-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ C | 2
183183
184184
### 我的第一个PR
185185
186-
我的第一个PR是给一个小的Node的CoAP相关的库的Pull Request。原因比较简单,是因为它的README.md写错了,导致我无法办法进行下一步
186+
我的第一个PR是给一个小的Node的CoAP相关的库的Pull Request。原因比较简单,是因为它的README.md写错了,导致我无法进行下一步
187187
188188
const dgram = require('dgram')
189189
- , coapPacket = require('coap-packet')

chapters/04-commit-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Git 提交信息及几种不同的规范
5858

5959
与我们日常工作稍有不同的是:工作中的 Release 计划一般都是事先安排好的,不需要一些 CHANGELOG 什么的。而开源应用、开源库需要有对应的 CHANELOG,则添加了什么功能、修改了什么等等。毕竟有很多东西是由社区来维护的。
6060

61-
因此,这里以做得比较好的开源项目 Angular 中为例展示。Angular 团队建议采用以下的形式:
61+
因此,这里以做得比较好的开源项目 Angular 为例展示。Angular 团队建议采用以下的形式:
6262

6363
```
6464
<type>(<scope>): <subject>

chapters/08-github-marketing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ numbers, objects, strings, etc. Lodash’s modular methods are great for:
103103

104104
![对比其它项目](./img/comparison.png)
105105

106-
当然了,这种事不能太过,要不是会招来一堆黑
106+
当然了,这种事不能太过,要不然会招来一堆黑
107107

108108
### 安装及hello, world 示例
109109

0 commit comments

Comments
 (0)