ソースを参照

Merge branch 'stable'

Piotrek Koszuliński 8 年 前
コミット
d526464b47
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/builds/guides/integration/configuration.md

+ 1 - 1
docs/builds/guides/integration/configuration.md

@@ -91,7 +91,7 @@ ClassicEditor
 You can use the following snippet to retrieve all toolbar items available in your editor:
 
 ```js
-Array.from( editor.ui.componentFactory.names );
+Array.from( editor.ui.componentFactory.names() );
 ```
 
 ## Other configuration options