Skip to content

Commit

Permalink
docs: fix preTransformRequests typo (vitejs#6319)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Dec 30, 2021
1 parent 2c14525 commit a8a0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export interface ServerOptions extends CommonServerOptions {
/**
* Pre-transform known direct imports
*
* @expiremental this options is expiremental and might be changed in the future
* @experimental this option is experimental and might be changed in the future
* @default true
*/
preTransformRequests?: boolean
Expand Down

0 comments on commit a8a0d84

Please sign in to comment.