summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <contact@jasonmiller.nl>2020-07-19 18:10:55 +0200
committerGitHub <noreply@github.com>2020-07-19 12:10:55 -0400
commitc587450cd458514d8ae17d1fb649b1d36bb4649e (patch)
tree258bb48195489f0557d436880376ecd06a69b712
parentfaa64edaf409757549a7df85812f6ea4f368051c (diff)
typo (#6800)
-rw-r--r--docs/getting_started/command_line_interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/command_line_interface.md b/docs/getting_started/command_line_interface.md
index 7d033161c..ecc431bf7 100644
--- a/docs/getting_started/command_line_interface.md
+++ b/docs/getting_started/command_line_interface.md
@@ -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