Skip to content

Commit

Permalink
chore(typo): fix typo (vitejs#11445)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored and futurGH committed Feb 26, 2023
1 parent c9ac444 commit 42e6652
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 42e6652

Please sign in to comment.