From 42fca03bc45d3fe573b6a57f2d83242fcbfdb261 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 13 Jul 2021 09:57:25 +0800 Subject: [PATCH] Update lib/addons/src/types.ts --- lib/addons/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/addons/src/types.ts b/lib/addons/src/types.ts index 559fe5a72122..52590ff086ec 100644 --- a/lib/addons/src/types.ts +++ b/lib/addons/src/types.ts @@ -202,7 +202,7 @@ export interface BaseAnnotations { */ render?: (args: Args, context: StoryContext) => StoryFnReturnType; /** - * Function that can be executed after the story is rendered. + * Function that is executed after the story is rendered. */ play?: Function; }