Skip to content

Commit

Permalink
Merge pull request #823 from ZapevalovAnton/patch-1
Browse files Browse the repository at this point in the history
Docs: Fixed copy-paste typo.
  • Loading branch information
Reinmar authored Feb 6, 2018
2 parents 962c95f + 130b7e8 commit 58b0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builds/guides/integration/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ This module will export an editor creator class which has all the plugins and co
The second variant how to run the editor is to use the creator class directly, without creating an intermediary subclass. The above code would translate to:

```js
import ClassicEditorBase from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials';
import AutoformatPlugin from '@ckeditor/ckeditor5-autoformat/src/autoformat';
import BoldPlugin from '@ckeditor/ckeditor5-basic-styles/src/bold';
Expand Down

0 comments on commit 58b0612

Please sign in to comment.