mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
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:
parent
a7ba16a096
commit
beb48a84ee
@ -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` |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user