8
0
Эх сурвалжийг харах

Docs: Fixed incorrect snippet. [skip ci]

Piotrek Koszuliński 8 жил өмнө
parent
commit
71d757b2d5

+ 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