Skip to content

Commit

Permalink
fix: 书写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ccxxs committed Dec 20, 2018
1 parent 3d654e7 commit 56c2913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sheet/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```js
var editor = new shimo.sdk.sheet.Editor()
const contextmenu = new window.shimo.sdk.sheet.plugins.Chart({
const chart = new window.shimo.sdk.sheet.plugins.Chart({
editor: editor
})
```
Expand Down
2 changes: 1 addition & 1 deletion sheet/fill.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```js
var editor = new shimo.sdk.sheet.Editor()
const contextmenu = new window.shimo.sdk.sheet.plugins.Fill({
const fill = new window.shimo.sdk.sheet.plugins.Fill({
editor: editor
})
```
Expand Down

0 comments on commit 56c2913

Please sign in to comment.