mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
docs: fix typos (#19118)
This commit is contained in:
parent
78fbc3f3f6
commit
1c74b41855
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ fn validate_output_path(output_path: &Path) -> Result<(), AnyError> {
|
|||
concat!(
|
||||
"Could not compile to file '{}' because the file already exists ",
|
||||
"and cannot be overwritten. Please delete the existing file or ",
|
||||
"use the `--output <file-path` flag to provide an alternative name."
|
||||
"use the `--output <file-path>` flag to provide an alternative name."
|
||||
),
|
||||
output_path.display()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue