Skip to content

Commit 67f6b70

Browse files
committed
Update comment that discussed the “browserChoice” variable
1 parent 51367cd commit 67f6b70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ let gulp = require(`gulp`),
2323
/**
2424
* CHOOSE A BROWSER OTHER THAN THE DEFAULT
2525
*
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:
26+
* Each of the following tasks sets the browser preference variable browserChoice
27+
* used by the serve task. To preview your project in either or all of your
28+
* browsers, invoke Gulp as follows:
2929
*
3030
* gulp safari serve
3131
* gulp firefox serve

0 commit comments

Comments
 (0)