From 8400922fe6fcfd6a88e6ef711cd9cded9e3a358b Mon Sep 17 00:00:00 2001 From: e04 <47185462+e04@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:38:50 +0900 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d54db7..67526bb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Please set up [`@storybook/test-runner`][storybook-test-runner] beforehand. You can start using it immediately by calling the `screenshot` function in `postVisit`. ```typescript -// .storybook/tesr-runner.ts +// .storybook/test-runner.ts import type { TestRunnerConfig } from '@storybook/test-runner'; import { screenshot } from 'storycap-testrun';