Correct minor grammar error

In storySort fields table, change 'stories to be show' to 'stories to be shown' for better flow.
This commit is contained in:
Barbara 2021-09-24 10:54:51 -07:00 committed by GitHub
parent a7ba16a096
commit beb48a84ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ The `storySort` can also accept a configuration object.
| Field | Type | Description | Required | Default Value | Example |
| --------------- | :-----: | :------------------------------------------------------: | :------: | :---------------------: | :-----------------------: |
| **method** | String | Tells Storybook in which order the stories are displayed | No | Storybook configuration | `'alphabetical'` |
| **order** | Array | The stories to be show, ordered by supplied name | No | Empty Array `[]` | `['Intro', 'Components']` |
| **order** | Array | The stories to be shown, ordered by supplied name | No | Empty Array `[]` | `['Intro', 'Components']` |
| **includeName** | Boolean | Include story name in sort calculation | No | `false` | `true` |
| **locales** | String | The locale required to be displayed | No | System locale | `en-US` |