Skip to content

Commit 30c5e98

Browse files
authoredNov 18, 2020
fix incorrect component reference
the correct name should be "DocButtonComponent"
1 parent f6d4f0a commit 30c5e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/angular-cli/src/stories/addon-docs.stories.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Let's add another one. The UI updates automatically as you'd expect.
7979

8080
We can automatically generate props tables from Angular components:
8181

82-
<ArgsTable of={DocsButtonComponent} />
82+
<ArgsTable of={DocButtonComponent} />
8383

8484
## More info
8585

0 commit comments

Comments
 (0)
Please sign in to comment.