summaryrefslogtreecommitdiff
path: root/docs/getting_started/command_line_interface.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/command_line_interface.md')
-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