@@ -90,6 +90,8 @@ export default class Editor {
this.plugins = new PluginCollection( this, availablePlugins, this._context.plugins );
/**
+ * The locale instance.
+ *
* @readonly
* @type {module:utils/locale~Locale}
*/
@@ -49,7 +49,7 @@ export default class Watchdog {
* * `destroyed` – A state when the item is manually destroyed by the user after calling `watchdog.destroy()`.
*
* @public
- * @member {'initializing'|'ready'|'crashed'|'crashedPermanently'|'destroyed'} #state
+ * @type {'initializing'|'ready'|'crashed'|'crashedPermanently'|'destroyed'}
this.state = 'initializing';