Skip to content

Commit

Permalink
Update docs/guide/api-javascript.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <[email protected]>
  • Loading branch information
sheremet-va and bluwy authored Sep 8, 2023
1 parent e71b1b5 commit 5fe4dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/api-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ interface ViteDevServer {
*/
httpServer: http.Server | null
/**
* Chokidar watcher instance. If watcher was disabled in the config,
* returns noop event emitter.
* Chokidar watcher instance. If `config.server.watch` is set to `null`,
* returns a noop event emitter.
* https://github.com/paulmillr/chokidar#api
*/
watcher: FSWatcher
Expand Down

0 comments on commit 5fe4dc9

Please sign in to comment.