summaryrefslogtreecommitdiff
path: root/docs/contributing/development_tools.md
diff options
context:
space:
mode:
authortokiedokie <thetokiedokie@gmail.com>2020-08-18 01:17:57 +0900
committerGitHub <noreply@github.com>2020-08-17 12:17:57 -0400
commit68e1ba07d3d6716ff651fe6d379b46fb61253a1d (patch)
treeffc1c992fac9bb07939f7b7b6377e99e63823a5d /docs/contributing/development_tools.md
parent684eddcc6bf0c1446c9aba0cdf001c661c19ab24 (diff)
typos (#7082)
Diffstat (limited to 'docs/contributing/development_tools.md')
-rw-r--r--docs/contributing/development_tools.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/development_tools.md b/docs/contributing/development_tools.md
index c05a1ee98..844ce31f3 100644
--- a/docs/contributing/development_tools.md
+++ b/docs/contributing/development_tools.md
@@ -34,7 +34,7 @@ Format the code:
### Profiling
-To start profiling,
+To start profiling:
```sh
# Make sure we're only building release.
@@ -107,7 +107,7 @@ Current executable set to '../deno/target/debug/deno' (x86_64).
### V8 flags
-V8 has many many internal command-line flags.
+V8 has many many internal command-line flags:
```shell
$ deno run --v8-flags=--help _