mirror of
https://github.com/phodal/github
synced 2026-05-22 08:38:23 +00:00
Fix typo
This commit is contained in:
parent
c7fbe2fb04
commit
47046e7070
3 changed files with 3 additions and 3 deletions
|
|
@ -183,7 +183,7 @@ C | 2
|
|||
|
||||
### 我的第一个PR
|
||||
|
||||
我的第一个PR是给一个小的Node的CoAP相关的库的Pull Request。原因比较简单,是因为它的README.md写错了,导致我无法办法进行下一步。
|
||||
我的第一个PR是给一个小的Node的CoAP相关的库的Pull Request。原因比较简单,是因为它的README.md写错了,导致我无法进行下一步。
|
||||
|
||||
const dgram = require('dgram')
|
||||
- , coapPacket = require('coap-packet')
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ Git 提交信息及几种不同的规范
|
|||
|
||||
与我们日常工作稍有不同的是:工作中的 Release 计划一般都是事先安排好的,不需要一些 CHANGELOG 什么的。而开源应用、开源库需要有对应的 CHANELOG,则添加了什么功能、修改了什么等等。毕竟有很多东西是由社区来维护的。
|
||||
|
||||
因此,这里以做得比较好的开源项目 Angular 中为例展示。Angular 团队建议采用以下的形式:
|
||||
因此,这里以做得比较好的开源项目 Angular 为例展示。Angular 团队建议采用以下的形式:
|
||||
|
||||
```
|
||||
<type>(<scope>): <subject>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ numbers, objects, strings, etc. Lodash’s modular methods are great for:
|
|||
|
||||

|
||||
|
||||
当然了,这种事不能太过,要不是会招来一堆黑。
|
||||
当然了,这种事不能太过,要不然会招来一堆黑。
|
||||
|
||||
### 安装及hello, world 示例
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue