Skip to content

Commit

Permalink
Merge pull request #94 from neo20/patch-1
Browse files Browse the repository at this point in the history
修改文档错误Fix classname reference mistake
  • Loading branch information
catouse authored Jan 15, 2018
2 parents af8e82b + 9c0aab6 commit 79830ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part/javascript-htmleditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ KindEditor.create('textarea.kindeditor', {
```

```js
KindEditor.create('textarea.kindeditor', {
KindEditor.create('textarea.kindeditorSimple', {
basePath: '/dist/lib/kindeditor/',
bodyClass : 'article-content',
resizeType : 1,
Expand Down

0 comments on commit 79830ba

Please sign in to comment.