diff options
author | 2023-01-07 03:15:32 +0900 | |
---|---|---|
committer | 2023-01-06 10:15:32 -0800 | |
commit | 1e1c8176031cefffcdc0e4673f408c6a98da659d (patch) | |
tree | cd670bd6b626068fd286fbf961ad47306a955f44 /src | |
parent | e2ed31b7e79d1cb4fca492de3be0324afc9fd3a1 (diff) | |
download | bun-1e1c8176031cefffcdc0e4673f408c6a98da659d.tar.gz bun-1e1c8176031cefffcdc0e4673f408c6a98da659d.tar.zst bun-1e1c8176031cefffcdc0e4673f408c6a98da659d.zip |
fix typo in install.sh (#1737)
infomation -> information
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh index 46b6652d4..778205500 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -103,7 +103,7 @@ exe_name=bun if [[ $# = 2 && $2 = debug-info ]]; then target=$target-profile exe_name=bun-profile - info "You requested a debug build of bun. More infomation will be shown if a crash occurs." + info "You requested a debug build of bun. More information will be shown if a crash occurs." fi if [[ $# = 0 ]]; then |