From c587450cd458514d8ae17d1fb649b1d36bb4649e Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sun, 19 Jul 2020 18:10:55 +0200 Subject: typo (#6800) --- docs/getting_started/command_line_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started') 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 -- cgit v1.2.3