Browse Source

Internal: Adjusted image upload button name to changes in ckeditor5-image.

Piotrek Koszuliński 7 years ago
parent
commit
99634566ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-core/src/command.js

+ 1 - 1
packages/ckeditor5-core/src/command.js

@@ -45,7 +45,7 @@ export default class Command {
 		 * For example, the `bold` command's value is whether the selection starts in a bolded text.
 		 * For example, the `bold` command's value is whether the selection starts in a bolded text.
 		 * And the value of the `link` command may be an object with links details.
 		 * And the value of the `link` command may be an object with links details.
 		 *
 		 *
-		 * It's possible for a command to have no value (e.g. for stateless actions such as `uploadImage`).
+		 * It's possible for a command to have no value (e.g. for stateless actions such as `imageUpload`).
 		 *
 		 *
 		 * @observable
 		 * @observable
 		 * @readonly
 		 * @readonly