Merge pull request #13679 from livthomas/patch-1

docs: fix args definition in How to write stories
This commit is contained in:
Michael Shilman 2021-01-22 12:00:22 +08:00 committed by GitHub
commit 1e4ab0b604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ title: 'How to write stories'
A story captures the rendered state of a UI component. Its a function that returns a components state given a set of arguments.
Storybook uses the generic term arguments (args for short) when talking about Reacts `props`, Vues `slots`, Angulars `@input`, and other similar concepts.
Storybook uses the generic term arguments (args for short) when talking about Reacts `props`, Vues `props`, Angulars `@Input`, and other similar concepts.
## Where to put stories