Update docs

This commit is contained in:
Kasper Peulen 2024-06-26 12:52:43 +02:00
parent 156966b51d
commit b765c989fe

View File

@ -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);