Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Feb 13, 2024
1 parent 43deb5f commit d8e40ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sandbox/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const publish = async (options: PublishOptions & { tmpFolder: string }) => {
await Promise.all(
// find all successfully generated after-storybook/README.md files
// eg. /home/repros/react-vite/default-ts/after-storybook/README.md
// README.md being the last fil generated, thus representing a successful generation
// README.md being the last file generated, thus representing a successful generation
(await glob(join(REPROS_DIRECTORY, '**', 'after-storybook/README.md'))).map((readmePath) => {
// get the after-storybook path relative to the source 'repros' directory
// eg. ./react-vite/default-ts/after-storybook
Expand Down

0 comments on commit d8e40ac

Please sign in to comment.