Skip to content

Commit 0fce46e

Browse files
authored
docs(configuration): update stats.colors type (#7206)
1 parent 87756b9 commit 0fce46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/stats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ module.exports = {
327327

328328
### stats.colors
329329

330-
`boolean = false` `object`
330+
`boolean = false` `{ bold?: string, cyan?: string, green?: string, magenta?: string, red?: string, yellow?: string }`
331331

332332
Tells `stats` whether to output in the different colors.
333333

0 commit comments

Comments
 (0)