From 8094cef0886de44fd77c175cdbe44cbc1c8b1542 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Mon, 26 Dec 2022 04:23:17 -0500 Subject: [PATCH] chore(README): s/outout/output/ (#778) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1cfcebf..9fd7291 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