Преглед на файлове

Update docs.

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Piotr Jasiun преди 6 години
родител
ревизия
4f33ee960e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-watchdog/src/watchdog.js

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

@@ -182,7 +182,7 @@ export default class Watchdog {
 
 	/**
 	 * Sets the function that is responsible for editor destruction.
-	 * It accepts function that returns a promise or undefined.
+	 * It expects a function that should return a promise or `undefined`.
 	 *
 	 *		watchdog.setDestructor( editor => editor.destroy() );
 	 *