Skip to content

Commit de06fff

Browse files
authored
docs: fix exludeChunks typo (#1177)
1 parent 3a73746 commit de06fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/latest/api/plugins/code-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Path to the private key. This can be either a relative path or an absolute one.
3232

3333
Whether to enable the plugin. You typically want to enable the plugin only for production builds and disable it for development.
3434

35-
### exludeChunks
35+
### excludeChunks
3636

3737
- Type: `string[] | RegExp | RegExp[]`
3838
- Default: `[]`

website/src/v4/docs/plugins/code-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Path to the private key. This can be either a relative path or an absolute one.
3030

3131
Whether to enable the plugin. You typically want to enable the plugin only for production builds and disable it for development.
3232

33-
### exludeChunks
33+
### excludeChunks
3434

3535
- Type: `string[] | RegExp | RegExp[]`
3636
- Default: `[]`

0 commit comments

Comments
 (0)