From 277262391903354613628cb4b0a7dd75dc8e2015 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Wed, 31 Jul 2024 15:51:05 +0200 Subject: [PATCH] Update docs/api/portable-stories/portable-stories-vitest.mdx Co-authored-by: Yann Braga --- docs/api/portable-stories/portable-stories-vitest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/portable-stories/portable-stories-vitest.mdx b/docs/api/portable-stories/portable-stories-vitest.mdx index d896abf6df87..84ad6619da5a 100644 --- a/docs/api/portable-stories/portable-stories-vitest.mdx +++ b/docs/api/portable-stories/portable-stories-vitest.mdx @@ -93,7 +93,7 @@ sidebar: | argTypes | `ArgType` | The story's [argTypes](../arg-types.mdx) | | 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 | + | play | `(context) => Promise \| undefined` | Executes the play function 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) |