Skip to content

Commit 0760aa2

Browse files
authored
docs: Fix typo (#329)
1 parent 5aee850 commit 0760aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface Options {
5050
silent?: boolean;
5151

5252
/**
53-
* When an error occurs during rlease creation or sourcemaps upload, the plugin will call this function.
53+
* When an error occurs during release creation or sourcemaps upload, the plugin will call this function.
5454
*
5555
* By default, the plugin will simply throw an error, thereby stopping the bundling process.
5656
* If an `errorHandler` callback is provided, compilation will continue, unless an error is

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const options: OptionDocumentation[] = [
4646
{
4747
name: "errorHandler",
4848
type: "(err: Error) => void",
49-
fullDescription: `When an error occurs during rlease creation or sourcemaps upload, the plugin will call this function.
49+
fullDescription: `When an error occurs during release creation or sourcemaps upload, the plugin will call this function.
5050
5151
By default, the plugin will simply throw an error, thereby stopping the bundling process. If an \`errorHandler\` callback is provided, compilation will continue, unless an error is thrown in the provided callback.
5252

0 commit comments

Comments
 (0)