Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Feb 6, 2015
1 parent 222a71c commit 70dcd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ polling for binary files (see extensions in src/is-binary).
* `usePolling` (default: `false`).
Whether to use fs.watchFile (backed by polling), or fs.watch. If polling
leads to high CPU utilization, consider setting this to `false`. Polling
may be necessary to successfully watch files in certain situation, such as
may be necessary to successfully watch files in certain situations, such as
network mounted drives. Setting to `true` explicitly on OS X overrides the
`useFsEvents` default.
* `useFsEvents` (default: `true` on OS X). Whether to use the
Expand Down

0 comments on commit 70dcd0c

Please sign in to comment.