[addon-controls] Delete useless wording "annotation" in README

This commit is contained in:
Laurent Thiebault 2020-08-11 17:59:01 +02:00 committed by GitHub
parent 01e29ec8ac
commit 454e57d757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ It's also possible that your Storybook is misconfigured. If you think this might
### How can I disable controls for certain fields on a particular story?
The `argTypes` annotation annotation can be used to hide controls for a particular row, or even hide rows.
The `argTypes` annotation can be used to hide controls for a particular row, or even hide rows.
Suppose you have a `Button` component with `borderWidth` and `label` properties (auto-generated or otherwise) and you want to hide the `borderWidth` row completely and disable controls for the `label` row on a specific story. Here's how you'd do that: