瀏覽代碼

Fixed API docs.

Maciej Bukowski 5 年之前
父節點
當前提交
c0dda10458
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-watchdog/src/contextwatchdog.js

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

@@ -222,7 +222,7 @@ export default class ContextWatchdog extends Watchdog {
 	 *		creator: ( element, config ) => ClassicEditor.create( element, config )
 	 *	] );
 	 *
-	 * And then the instance can be retrieved using the {@link #get} method:
+	 * And then the instance can be retrieved using the {@link #getItem} method:
 	 *
 	 * 	const editor1 = watchdog.getItem( 'editor1' );
 	 *