Răsfoiți Sursa

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 6 ani în urmă
părinte
comite
7ba93f9e10
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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
 ```js
 // Inspecting two editor instances at the same time.
 // 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.
 The editor switcher is in the upper–right corner of the inspector panel.