Explorar el Código

Fixed a typo.

Piotrek Koszuliński hace 9 años
padre
commit
9a2dcb5272
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );