mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -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
|
||||
|
||||
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.
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue