Skip to content

Commit

Permalink
fix(docs): fix typo in default glob pattern (#8256)
Browse files Browse the repository at this point in the history
  • Loading branch information
isti115 authored Jun 12, 2024
1 parent 51111a8 commit 14942b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The destination path relative to and defaults to:

`Array<String> | String`

The [glob patterns](../file-patterns.md). Defaults to `*/**`.
The [glob patterns](../file-patterns.md). Defaults to `**/*`.

## extraResources

Expand Down

0 comments on commit 14942b7

Please sign in to comment.