Skip to content

Commit

Permalink
chore(typo): fix typo (#11445)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Dec 21, 2022
1 parent d3c9c0b commit ed80ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/types/chokidar.d.ts
Expand Up @@ -158,7 +158,7 @@ export interface WatchOptions {

/**
* Whether to use the `fsevents` watching interface if available. When set to `true` explicitly
* and `fsevents` is available this supercedes the `usePolling` setting. When set to `false` on
* and `fsevents` is available this supersedes the `usePolling` setting. When set to `false` on
* OS X, `usePolling: true` becomes the default.
*/
useFsEvents?: boolean
Expand Down

0 comments on commit ed80ea5

Please sign in to comment.