Sfoglia il codice sorgente

Docs: Fix in `ContextWatchdog` API docs.

Szymon Cofalik 5 anni fa
parent
commit
e73dd574ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-watchdog/src/contextwatchdog.js

+ 1 - 1
packages/ckeditor5-watchdog/src/contextwatchdog.js

@@ -15,7 +15,7 @@ import areConnectedThroughProperties from './utils/areconnectedthroughproperties
 import getSubNodes from './utils/getsubnodes';
 
 /**
- * The Context Watchdog class.
+ * A watchdog for the {@link module:core/context~Context} class.
  *
  * See the {@glink features/watchdog Watchdog feature guide} to learn the rationale behind it and
  * how to use it.