Skip to content

Commit

Permalink
Merge pull request #12662 from jacubsmith/12661_generated-arg-docs-type
Browse files Browse the repository at this point in the history
Fixing missing comma typo
  • Loading branch information
shilman authored Oct 4, 2020
2 parents 6d01145 + 5956a4b commit fd017c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/common/storybook-generated-argtypes.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const argTypes = {
table: {
type: { summary: 'string' },
defaultValue: { summary: 'Hello' },
}
},
control: {
type: 'text'
}
}
}
```
```

0 comments on commit fd017c6

Please sign in to comment.