Explorar el Código

Docs: Rewording. [skip ci]

Krzysztof Krztoń hace 7 años
padre
commit
c8b79de779
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/controller/datacontroller.js

+ 1 - 1
packages/ckeditor5-engine/src/controller/datacontroller.js

@@ -386,7 +386,7 @@ export default class DataController {
 
 
 	/**
 	/**
 	 * Event fired after {@link #init init() method} has been run. It can be {@link #listenTo listened to} to adjust/modify
 	 * Event fired after {@link #init init() method} has been run. It can be {@link #listenTo listened to} to adjust/modify
-	 * the initialisation flow. However, if the `init` event is stopped or prevented, the {@link #event:ready} event
+	 * the initialisation flow. However, if the `init` event is stopped or prevented, the {@link #event:ready ready event}
 	 * should be fired manually.
 	 * should be fired manually.
 	 *
 	 *
 	 * The `init` event is fired by decorated {@link #init} method.
 	 * The `init` event is fired by decorated {@link #init} method.