Explorar el Código

Docs: Fixed incorrect snippet. [skip ci]

Piotrek Koszuliński hace 8 años
padre
commit
71d757b2d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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