diff options
Diffstat (limited to 'docs/project')
-rw-r--r-- | docs/project/development.md | 2 |
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 |