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; }