8
0
فهرست منبع

Docs: Fixed incorrect snippet. [skip ci]

Piotrek Koszuliński 8 سال پیش
والد
کامیت
71d757b2d5
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