We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51367cd commit 67f6b70Copy full SHA for 67f6b70
gulpfile.js
@@ -23,9 +23,9 @@ let gulp = require(`gulp`),
23
/**
24
* CHOOSE A BROWSER OTHER THAN THE DEFAULT
25
*
26
- * Each of the following tasks sets the browser preference variable (browserChoice)
27
- * in the browserSync preferences read by the serve task. To preview your project in
28
- * either or all of your browsers, invoke Gulp as follows:
+ * Each of the following tasks sets the browser preference variable “browserChoice”
+ * used by the “serve” task. To preview your project in either or all of your
+ * browsers, invoke Gulp as follows:
29
30
* gulp safari serve
31
* gulp firefox serve
0 commit comments