docs correction
This commit is contained in:
@@ -19,7 +19,7 @@ import { Meta } from '@storybook/addon-docs';
|
||||
"type": "modal",
|
||||
"alias": "Our.Modal.SomethingPicker",
|
||||
"name": "My Something Picker Modal",
|
||||
"loader": "./my-something-picker-modal-element.js",
|
||||
"js": "./my-something-picker-modal-element.js",
|
||||
},
|
||||
```
|
||||
|
||||
@@ -27,7 +27,7 @@ import { Meta } from '@storybook/addon-docs';
|
||||
|
||||
### Modal Token
|
||||
|
||||
For type safety we recommend that you make a Modal Token, Its posible to go without.
|
||||
For type safety, we recommend that you make a Modal Token, It's possible to go without.
|
||||
The Modal Token binds the Modal Type to the Modal Data Type and Modal Value Type.
|
||||
|
||||
``
|
||||
|
||||
Reference in New Issue
Block a user