aboutsummaryrefslogtreecommitdiff
path: root/docs/project
diff options
context:
space:
mode:
authorGravatar Matthew Yu <56417255+matthewyu01@users.noreply.github.com> 2023-09-11 08:50:39 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-11 08:50:39 -0700
commit9d6a8ee79df73c4b2160a53d58d8789fff130e95 (patch)
tree7c14a2f03ffb22819a64ee041cc0855ac3d8a7c3 /docs/project
parentb55b511f685d0520ba2110b1182980ac80a7b3b7 (diff)
downloadbun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.gz
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.zst
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.zip
Fix punctuation (#4870)
Diffstat (limited to 'docs/project')
-rw-r--r--docs/project/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/development.md b/docs/project/development.md
index 987448237..c5345772c 100644
--- a/docs/project/development.md
+++ b/docs/project/development.md
@@ -127,7 +127,7 @@ After cloning the repository, run the following command to run the first build.
$ make setup
```
-The binary will be located at `packages/debug-bun-{platform}-{arch}/bun-debug`. It is recommended to add this to your `$PATH`. To verify the build worked, lets print the version number on the development build of Bun.
+The binary will be located at `packages/debug-bun-{platform}-{arch}/bun-debug`. It is recommended to add this to your `$PATH`. To verify the build worked, let's print the version number on the development build of Bun.
```bash
$ packages/debug-bun-*/bun-debug --version