mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
Typo fixes in Docs.md
Just fixing a couple minor typos - formates -> formats - configuation -> configuration
This commit is contained in:
parent
2ffd78daf9
commit
9645249f1f
1 changed files with 2 additions and 2 deletions
4
Docs.md
4
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.
|
||||
|
|
Loading…
Reference in a new issue