Skip to content

Commit

Permalink
docs: fix spell mistake
Browse files Browse the repository at this point in the history
docs: fix spell mistake
  • Loading branch information
tao1991123 authored May 22, 2019
1 parent a8b71a3 commit b383b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const client = new Client({
默认是外网`prod`, 内网请使用`aliprod`, 不同环境token不通用。

#### 重置token
如果token过期 可以通过client实例的方法刷心token.
如果token过期 可以通过client实例的方法刷新token.

```javascript
const client = new Client('your token');
Expand Down Expand Up @@ -95,4 +95,4 @@ async () => {
// 添加模板, 返回值同 site.addMaterials
const res = site.addScaffolds(siteId, ['@alifd/[email protected]']);
}
```
```

0 comments on commit b383b89

Please sign in to comment.