8
0
Эх сурвалжийг харах

Docs: Fixed bug in the code sample. [skip ci]

Piotr Jasiun 7 жил өмнө
parent
commit
46fad6d3fd

+ 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';
 import ClassicEditor from '@ckeditor/ckeditor5-build-classic';
 
 
 ClassicEditor
 ClassicEditor
-	.create( document.querySelector( 'editor' ), {
+	.create( document.querySelector( '#editor' ), {
 		// Look, ma! No plugins!
 		// Look, ma! No plugins!
 	} )
 	} )
 	.then( editor => {
 	.then( editor => {