Procházet zdrojové kódy

Fixed typo in exemplary repository name in function annotation.

Maksymilian Barnaś před 9 roky
rodič
revize
f36ee0beef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dev/tasks/exec/tasks.js

+ 1 - 1
dev/tasks/exec/tasks.js

@@ -19,7 +19,7 @@ const ckeditor5Dirs = require( '../../utils/ckeditor5-dirs' );
  *		gulp exec --task task-name
  *
  * Example of running task just for one repository:
- *		gulp exec --task task-name --repository ckeditor5-util
+ *		gulp exec --task task-name --repository ckeditor5-utils
  *
  * @param {Object} config Task runner configuration.
  * @returns {Stream} Stream with processed files.