Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 26, 2024
1 parent 156966b commit b765c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/my-component-play-function-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const SecondStory: Story = {

export const CombinedStories: Story = {
play: async ({ context, canvasElement }) => {
const canvas = within(context.canvasElement);
const canvas = within(canvasElement);

// Runs the FirstStory and Second story play function before running this story's play function
await FirstStory.play(context);
Expand Down

0 comments on commit b765c98

Please sign in to comment.