Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 2, 2019
1 parent 2830647 commit b6bccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/chat-with-mentions.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The HTML code of the application is listed below:
JavaScript code required to run the editor:

```js
import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/ckeditor';
import Underline from '@ckeditor/ckeditor5-basic-styles/src/underline';
import Strikethrough from '@ckeditor/ckeditor5-basic-styles/src/strikethrough';
import Mention from '@ckeditor/ckeditor5-mention/src/mention';
Expand Down

0 comments on commit b6bccad

Please sign in to comment.