summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorztplz <mysticzt@gmail.com>2019-05-13 19:38:03 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-05-13 07:38:03 -0400
commit5e56e26c8baad08954cdc3ecac34923dcdc39c12 (patch)
tree817095cc64e92d0bd051a927a679e0cef70615de
parent23aca36d52220efbfbc07abbe165bd2c9ade2009 (diff)
Typo (#2342)
-rw-r--r--website/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md
index 01325f8af..26c907201 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -674,7 +674,7 @@ D8_PATH=target/release/ ./third_party/v8/tools/linux-tick-processor
isolate-0x7fad98242400-v8.log --preprocess > prof.json
```
-Open `third_party/v8/tools/profview/index.html` in your brower, and select
+Open `third_party/v8/tools/profview/index.html` in your browser, and select
`prof.json` to view the distribution graphically.
To learn more about `d8` and profiling, check out the following links: