Sfoglia il codice sorgente

Merge branch 'stable'

Piotrek Koszuliński 8 anni fa
parent
commit
d526464b47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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