Skip to content

Commit 9b2964d

Browse files
authored
chore: remove redundant word in comment (#20139)
Signed-off-by: clonemycode <clonecode@aliyun.com>
1 parent 54e0a18 commit 9b2964d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ While Rolldown aims to be a drop-in replacement for Rollup, there are features t
9191

9292
### Option Validation Errors
9393

94-
Rolldown throws an error when unknown or invalid options are passed. Because some options available in Rollup are not supported by Rolldown, you may encounter errors based on the options you or the meta framework you use set. Below, you can find an an example of such an error message:
94+
Rolldown throws an error when unknown or invalid options are passed. Because some options available in Rollup are not supported by Rolldown, you may encounter errors based on the options you or the meta framework you use set. Below, you can find an example of such an error message:
9595

9696
> Error: Failed validate input options.
9797
>

packages/vite/src/node/server/pluginContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ class PluginContext
782782
position?: number | { column: number; line: number },
783783
): never {
784784
// error thrown here is caught by the transform middleware and passed on
785-
// the the error middleware.
785+
// the error middleware.
786786
throw this._formatLog(e, position)
787787
}
788788

0 commit comments

Comments
 (0)