Browse Source

Docs: Replaced @type by @member.

Oskar Wróbel 7 years ago
parent
commit
d314387d21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-core/src/pendingactions.js

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

@@ -64,7 +64,7 @@ export default class PendingActions extends Plugin {
 		 *
 		 * @readonly
 		 * @observable
-		 * @type {Boolean} #isPending
+		 * @member {Boolean} #isPending
 		 */
 		this.set( 'isPending', false );