Explorar el Código

Merge pull request #1950 from tplaner/patch-1

Docs: Fixed typos in the "Development tools" guide.

Thanks to [tplaner](https://github.com/tplaner)!
Aleksander Nowodzinski hace 6 años
padre
commit
7ba93f9e10
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/framework/guides/development-tools.md

+ 2 - 2
docs/framework/guides/development-tools.md

@@ -60,8 +60,8 @@ You can specify the name of the editor when attaching to make working with multi
 
 ```js
 // Inspecting two editor instances at the same time.
-CKEditorInspector.attach( 'header-editor' editor );
-CKEditorInspector.attach( 'body-editor' editor );
+CKEditorInspector.attach( 'header-editor', editor );
+CKEditorInspector.attach( 'body-editor', editor );
 ```
 
 The editor switcher is in the upper–right corner of the inspector panel.