Skip to content

Commit f3da6ce

Browse files
NotWoodsshellscape
authored andcommitted
docs: normalize Array format in READMEs (rollup#117)
1 parent 0473daa commit f3da6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns
6161

6262
### `include`
6363

64-
Type: `String` | `Array(String)`<br>
64+
Type: `String` | `Array[...String]`<br>
6565
Default: `['**/*.svg', '**/*.png', '**/*.jpg', '**/*.gif']`
6666

6767
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default .svg, .png, .jpg, and .gif files are targeted.

0 commit comments

Comments
 (0)