8
0
Quellcode durchsuchen

Docs: Fixed a typo.

Marek Lewandowski vor 6 Jahren
Ursprung
Commit
4bf130382c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
  */