Skip to content

Commit 244f37c

Browse files
chore: typo in cli help (#6)
1 parent 8ec9e4b commit 244f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ${prettyPrintRow([
3333
Commands:
3434
${prettyPrintRow([
3535
["i, install, add", "Install one or more jsr packages"],
36-
["r, uninstall, remove", "Remove one ore more jsr packages"],
36+
["r, uninstall, remove", "Remove one or more jsr packages"],
3737
])}
3838
3939
Options:

0 commit comments

Comments
 (0)