Skip to content

Commit 6d472fd

Browse files
docs(options): fix table headers (#502)
Swap order of "Description" and "Default" in the Options docs.
1 parent c144956 commit 6d472fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/generate-jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function documentOptionsFile(data) {
3434
3535
${data.description}
3636
37-
Option | Type | Description | Default
37+
Option | Type | Default | Description
3838
-------|------|-------------|---------
3939
${documentOptionsProperties(data)}
4040

0 commit comments

Comments
 (0)