Przeglądaj źródła

Merge branch 'stable'

Piotr Jasiun 7 lat temu
rodzic
commit
20e8d9aee5

+ 1 - 1
docs/builds/guides/integration/installing-plugins.md

@@ -189,7 +189,7 @@ The first method builds the plugin into the editor class. This means that you ca
 import ClassicEditor from '@ckeditor/ckeditor5-build-classic';
 
 ClassicEditor
-	.create( document.querySelector( 'editor' ), {
+	.create( document.querySelector( '#editor' ), {
 		// Look, ma! No plugins!
 	} )
 	.then( editor => {