瀏覽代碼

Merge branch 'stable'

Piotr Jasiun 7 年之前
父節點
當前提交
20e8d9aee5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/builds/guides/integration/installing-plugins.md

+ 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 => {