Skip to content

Commit

Permalink
Merge pull request #13162 from S1ngS1ng/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect component reference in angular-cli example
  • Loading branch information
shilman committed Nov 18, 2020
2 parents 45ddc0c + 30c5e98 commit c8a819d
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 c8a819d

Please sign in to comment.