Skip to content

Commit

Permalink
README.md: Fixed typos (#536)
Browse files Browse the repository at this point in the history
Changes:

  * Replaced 'triggerring' with 'triggering'
  * Replaced 'seperate' with 'separate'
  • Loading branch information
marcelometal authored and XhmikosR committed Aug 16, 2017
1 parent 7f8cf80 commit 99410a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -478,7 +478,7 @@ Spawning does cause a performance hit (usually 500ms for most environments). It
#### How can I have the browser reload for files listed in a task?
Instead of restarting your server each time a static file is changed, start a static web server using (grunt-contrib-connect)[https://github.com/gruntjs/grunt-contrib-connect].

You'll have the `connect` web server on seperate port ex: port 9000 from your main server. When the 'livereload' option is enabled for 'watch' tasks, it will handle triggerring the live reload server for each tasks and when files are modified, which then server back to main server ex: 3000. The main server must include a script tag or a browser extension to the livereload server in order for the browser automatically.
You'll have the `connect` web server on separate port ex: port 9000 from your main server. When the 'livereload' option is enabled for 'watch' tasks, it will handle triggering the live reload server for each tasks and when files are modified, which then server back to main server ex: 3000. The main server must include a script tag or a browser extension to the livereload server in order for the browser automatically.


## Release History
Expand Down

0 comments on commit 99410a7

Please sign in to comment.