summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beirne <Thomas.Beirne@gmail.com>2018-11-26 12:28:46 -0800
committerRyan Dahl <ry@tinyclouds.org>2018-11-26 16:58:42 -0500
commit9645249f1f976b8060710db11ce729912093d983 (patch)
tree647394ba670c5fc69a92be24206fa96f2d1e7ebb
parent2ffd78daf9956a24098d1f959f21882e350e9d37 (diff)
Typo fixes in Docs.md
Just fixing a couple minor typos - formates -> formats - configuation -> configuration
-rw-r--r--Docs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs.md b/Docs.md
index 8e6d1b51f..9a3f60338 100644
--- a/Docs.md
+++ b/Docs.md
@@ -217,7 +217,7 @@ import { test, assertEqual } from "./package.ts";
```
This design circumvents a plethora of complexity spawned by package management
-software, centralized code repositories, and superfluous file formates.
+software, centralized code repositories, and superfluous file formats.
## Useful command line flags
@@ -298,7 +298,7 @@ Other useful commands:
# List executable targets.
./third_party/depot_tools/gn ls target/debug //:* --as=output --type=executable
- # List build configuation.
+ # List build configuration.
./third_party/depot_tools/gn args target/debug/ --list
# Edit build configuration.