Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix Typo in list-story-starter.ts-3.ts.mdx #18828

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

juliangoetze
Copy link
Contributor

@juliangoetze juliangoetze commented Aug 1, 2022

The Component Object inferred the wrong Type < typeof LoginForm >. Should be < typeof List > instead :)

Issue:

Component was declared with the woring type in the markdown docs.

What I did

Replace the < typeof LoginForm > with < typeof List >

Everybody: Please submit all PRs to the next branch unless they are specific to the current release. Storybook maintainers cherry-pick bug and documentation fixes into the master branch as part of the release process, so you shouldn't need to worry about this. For additional guidance: https://storybook.js.org/docs/react/contribute/how-to-contribute

Maintainers: Please tag your pull request with at least one of the following:
["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]

-->

The Component Object inferred the wrong Type <typeof LoginForm>.  Should be <typeof List> instead :)
@jonniebigodes jonniebigodes added documentation patch:yes Bugfix & documentation PR that need to be picked to main branch labels Aug 1, 2022
@jonniebigodes
Copy link
Contributor

@JULO01 thanks for taking the time and effort into this pull request and helping us improve our documentation by catching this small but rather important typo. We appreciate it. I've looked at it and it's all good on my end. Going to merge this.

@jonniebigodes jonniebigodes merged commit 0cd8e4e into storybookjs:next Aug 1, 2022
@juliangoetze
Copy link
Contributor Author

@jonniebigodes Thanks for your reply, I'm happy that i could help :)

@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Aug 2, 2022
shilman pushed a commit that referenced this pull request Aug 2, 2022
Docs: Fix Typo in list-story-starter.ts-3.ts.mdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants