docs: fix args definition in How to write stories

This commit is contained in:
Tomáš Livora 2021-01-20 10:35:50 +01:00 committed by GitHub
parent 02f53bcc19
commit 64408fc042
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