aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar CĂ­cero Santos <ciceropablo@users.noreply.github.com> 2023-10-02 19:18:55 -0300
committerGravatar GitHub <noreply@github.com> 2023-10-02 15:18:55 -0700
commita6af1c89b954c56493d457d33b7f066e1f195afa (patch)
treec5f1001968ee66a4dd9136c770a9d3aa277529d0
parent08bf8b8ad1beb7529685ecd67ebc95fdd4352ffa (diff)
downloadbun-a6af1c89b954c56493d457d33b7f066e1f195afa.tar.gz
bun-a6af1c89b954c56493d457d33b7f066e1f195afa.tar.zst
bun-a6af1c89b954c56493d457d33b7f066e1f195afa.zip
Update development.md (#6221)
-rw-r--r--docs/project/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/project/development.md b/docs/project/development.md
index 2de4d28d7..d08e201b7 100644
--- a/docs/project/development.md
+++ b/docs/project/development.md
@@ -375,7 +375,7 @@ $ valgrind --fair-sched=try --track-origins=yes bun-debug <args>
## Updating `WebKit`
-The Bun team will occasionally bump the version of WebKit used in Bun. When this happens, you may see something like this with you run `git status`.
+The Bun team will occasionally bump the version of WebKit used in Bun. When this happens, you may see something like this with your run `git status`.
```bash
$ git status
@@ -463,7 +463,7 @@ If you see an error about `cmakeconfig.h` not being found, this is because the p
$ bun install
```
-Check to see the command installed webkit, and you can manully look for `node_modules/bun-webkit-{platform}-{arch}`:
+Check to see the command installed webkit, and you can manually look for `node_modules/bun-webkit-{platform}-{arch}`:
```bash
# this should reveal two directories. if not, something went wrong