Przeglądaj źródła

Docs: Fixed a typo.

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

+ 1 - 1
packages/ckeditor5-font/src/ui/colortableview.js

@@ -20,7 +20,7 @@ import '../../theme/fontcolor.css';
  * Class which represents a view with the following sub–components:
  *
  * * a remove color button,
- * * a {@link module:ui/colorgrid/colorgrid~ColorGridView},
+ * * a {@link module:ui/colorgrid/colorgrid~ColorGridView}.
  *
  * @extends module:ui/view~View
  */