diff --git a/docs/api/portable-stories/portable-stories-vitest.mdx b/docs/api/portable-stories/portable-stories-vitest.mdx index ffd1078daf34..d896abf6df87 100644 --- a/docs/api/portable-stories/portable-stories-vitest.mdx +++ b/docs/api/portable-stories/portable-stories-vitest.mdx @@ -94,7 +94,7 @@ sidebar: | id | `string` | The story's id | | parameters | `Record` | The story's [parameters](../parameters.mdx) | | play | `(context) => Promise \| undefined` | Executes the [play function](#3-play) of a given story | - | run | `(context) => Promise \| undefined` | Mounts and executes the [play function](#3-play) of a given story | + | run | `(context) => Promise \| undefined` | [Mounts and executes the play function](#3-run) of a given story | | storyName | `string` | The story's name | | tags | `string[]` | The story's [tags](../../writing-stories/tags.mdx) |