Piotrek Koszuliński пре 9 година
родитељ
комит
29dfebc883
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      packages/ckeditor5-ui/src/view.js

+ 4 - 2
packages/ckeditor5-ui/src/view.js

@@ -229,9 +229,11 @@ export default class View {
 	 *					children: [
 	 *						// This is where the `childA` will render.
 	 *						this.childA,
+	 *
 	 *						{ tag: 'b' },
-	 *					 	// This is where the `childB` will render.
-	 *						this.childB,
+	 *
+	 *						// This is where the `childB` will render.
+	 *						this.childB
 	 *					]
 	 *				} );
 	 *			}