Skip to content

Commit d31fc66

Browse files
authored
chore: fix typo in plugin.ts comment (#21435)
1 parent 68dd18d commit d31fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ declare module 'rolldown' {
9494
* once per each environment allowing users to have completely different plugins
9595
* for each of them. The constructor gets the resolved environment after the server
9696
* and builder has already been created simplifying config access and cache
97-
* management for for environment specific plugins.
97+
* management for environment specific plugins.
9898
* Environment Plugins are closer to regular rollup plugins. They can't define
9999
* app level hooks (like config, configResolved, configureServer, etc).
100100
*/

0 commit comments

Comments
 (0)