Browse Source

Update docs.

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Piotr Jasiun 6 years ago
parent
commit
c04ad7405e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-watchdog/src/watchdog.js

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

@@ -170,7 +170,7 @@ export default class Watchdog {
 
 	/**
 	 * Sets the function that is responsible for editor creation.
-	 * It accepts functions that returns promises.
+	 * It expects a function that should return a promise.
 	 *
 	 * 		watchdog.setCreator( ( el, config ) => ClassicEditor.create( el, config ) );
 	 *