diff options
author | 2023-10-02 19:18:55 -0300 | |
---|---|---|
committer | 2023-10-02 15:18:55 -0700 | |
commit | a6af1c89b954c56493d457d33b7f066e1f195afa (patch) | |
tree | c5f1001968ee66a4dd9136c770a9d3aa277529d0 | |
parent | 08bf8b8ad1beb7529685ecd67ebc95fdd4352ffa (diff) | |
download | bun-a6af1c89b954c56493d457d33b7f066e1f195afa.tar.gz bun-a6af1c89b954c56493d457d33b7f066e1f195afa.tar.zst bun-a6af1c89b954c56493d457d33b7f066e1f195afa.zip |
Update development.md (#6221)
-rw-r--r-- | docs/project/development.md | 4 |
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 |