Update lib/client-api/README.md

Co-Authored-By: Dmitriy Lazarev <w@kich.dev>
This commit is contained in:
Tom Coleman 2020-03-03 16:49:30 +11:00 committed by GitHub
parent 2d3e057da9
commit bf3ca9c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Each story is loaded via the `.add()` API and contains the follow attributes, wh
- `name` - the name of the specific story.
- `id` - an unique, URL sanitized identifier for the story, created from the `kind` and `name`.
- `parameters` - static data about the story, see below.
- `args` - dynamic inputs to the story, see blow.
- `args` - dynamic inputs to the story, see below.
- `hooks` - listeners that will rerun when the story changes or is unmounted, see `@storybook/addons`.
## Parameters