Przeglądaj źródła

Docs: added a missing comma in the Template's API docs.

Marek Lewandowski 6 lat temu
rodzic
commit
b3bb938a3f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-ui/src/template.js

+ 1 - 1
packages/ckeditor5-ui/src/template.js

@@ -39,7 +39,7 @@ const xhtmlNs = 'http://www.w3.org/1999/xhtml';
  *			},
  *			on: {
  *				click: bind.to( 'clicked' )
- *			}
+ *			},
  *			children: [
  *				'A paragraph.'
  *			]