Skip to content

Commit

Permalink
fix incorrect component reference
Browse files Browse the repository at this point in the history
the correct name should be "DocButtonComponent"
  • Loading branch information
S1ngS1ng committed Nov 18, 2020
1 parent f6d4f0a commit 30c5e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular-cli/src/stories/addon-docs.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Let's add another one. The UI updates automatically as you'd expect.

We can automatically generate props tables from Angular components:

<ArgsTable of={DocsButtonComponent} />
<ArgsTable of={DocButtonComponent} />

## More info

Expand Down

0 comments on commit 30c5e98

Please sign in to comment.