Update addons/docs/docs/recipes.md

This commit is contained in:
Michael Shilman 2021-06-30 15:24:17 +08:00 committed by GitHub
parent 13bcbe532d
commit e1a4b2c96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ Rest of your file...
## Add description to individual stories
Add `storyDescription` to `parameters.docs`
Add `story` to `docs.description` parameter
```js
const Example = () => <Button />;