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 committed Oct 5, 2020
1 parent 07f8064 commit 8cc9594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/common/storybook-generated-argtypes.js.mdx
Expand Up @@ -8,10 +8,10 @@ const argTypes = {
table: {
type: { summary: 'string' },
defaultValue: { summary: 'Hello' },
}
},
control: {
type: 'text'
}
}
}
```
```

0 comments on commit 8cc9594

Please sign in to comment.