mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
typo (#6800)
This commit is contained in:
parent
faa64edaf4
commit
c587450cd4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Detailed guides to each subcommand can be found [here](../tools.md).
|
||||||
### Script source
|
### Script source
|
||||||
|
|
||||||
Deno can grab the scripts from multiple sources, a filename, a url, and '-' to
|
Deno can grab the scripts from multiple sources, a filename, a url, and '-' to
|
||||||
read the file from stdin. The later is useful for integration with other
|
read the file from stdin. The last is useful for integration with other
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue