mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
typo (#2489)
This commit is contained in:
parent
5871d22d9b
commit
163d60bf16
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ compiler.",
|
|||
).subcommand(
|
||||
SubCommand::with_name("bundle")
|
||||
.setting(AppSettings::DisableVersion)
|
||||
.about("Bundle module and dependnecies into single file")
|
||||
.about("Bundle module and dependencies into single file")
|
||||
.long_about(
|
||||
"Fetch, compile, and output to a single file a module and its dependencies.
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue