From c01af627297d8a7742374949553ef778990f3e2d Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Thu, 17 Nov 2022 22:47:20 -0800 Subject: [PATCH] README: s/outout/output/ --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1cfcebf5..9fd72910 100644 --- a/docs/README.md +++ b/docs/README.md @@ -323,7 +323,7 @@ tsup src/index.ts --env.NODE_ENV production ### Building CLI app -When an entry file like `src/cli.ts` contains hashbang like `#!/bin/env node` tsup will automatically make the outout file executable, so you don't have to run `chmod +x dist/cli.js`. +When an entry file like `src/cli.ts` contains hashbang like `#!/bin/env node` tsup will automatically make the output file executable, so you don't have to run `chmod +x dist/cli.js`. ### Watch mode