Преглед на файлове

Update src/ui/colorui.js docs description

Co-Authored-By: Marek Lewandowski <mlewand@users.noreply.github.com>
Mateusz Samsel преди 6 години
родител
ревизия
fd31939836
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-font/src/ui/colorui.js

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

@@ -151,7 +151,7 @@ export default class ColorUI extends Plugin {
 	 * Method scans through editor's content and search for text node attributes with name defined in {@link #commandName}.
 	 * Found entries are set as document colors.
 	 *
-	 * All previously stored document colors will be lost with that process.
+	 * All the previously stored document colors will be lost in the process.
 	 *
 	 * Method is used to determines document colors when UI dropdown is opened.
 	 *