Browse Source

Update src/ui/colorui.js - improve docs description

Co-Authored-By: Marek Lewandowski <mlewand@users.noreply.github.com>
Mateusz Samsel 6 years ago
parent
commit
f29d59c7ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-font/src/ui/colorui.js

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

@@ -148,7 +148,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}.
+	 * Method scans through editor's content and searches for text node attributes with the name defined in {@link #commandName}.
 	 * Found entries are set as document colors.
 	 *
 	 * All the previously stored document colors will be lost in the process.