Parcourir la source

Fixed a typo.

Piotrek Koszuliński il y a 9 ans
Parent
commit
9a2dcb5272
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -178,7 +178,7 @@ gulp.task( 'test', () => {
 	return tests.tasks.test( getTestOptions() );
 } );
 
-// Requires compiled sources. Task should be used parallel with `gulp compile --formats=esnext --watch`.
+// Requires compiled sources. Task should be used in parallel with `gulp compile --formats=esnext --watch`.
 gulp.task( 'test:server', () => {
 	const options = getTestOptions();
 	options.sourcePath = path.resolve( config.MODULE_DIR.esnext );