docs correction

This commit is contained in:
Niels Lyngsø
2023-11-16 13:57:21 +01:00
parent db3ff22bcf
commit 40f8f8fe52

View File

@@ -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.
``