@@ -11,7 +11,7 @@ import ArticlePreset from '../../src/article';
ClassicEditor.create( document.querySelector( '#editor' ), {
plugins: [ ArticlePreset ],
- toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'blockQuote', 'bulletedList', 'numberedList', 'undo', 'redo' ]
+ toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;