diff options
author | 2023-09-11 08:50:39 -0700 | |
---|---|---|
committer | 2023-09-11 08:50:39 -0700 | |
commit | 9d6a8ee79df73c4b2160a53d58d8789fff130e95 (patch) | |
tree | 7c14a2f03ffb22819a64ee041cc0855ac3d8a7c3 /docs/guides/install | |
parent | b55b511f685d0520ba2110b1182980ac80a7b3b7 (diff) | |
download | bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.gz bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.zst bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.zip |
Fix punctuation (#4870)
Diffstat (limited to 'docs/guides/install')
-rw-r--r-- | docs/guides/install/workspaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/install/workspaces.md b/docs/guides/install/workspaces.md index 7c359b285..f87c1e337 100644 --- a/docs/guides/install/workspaces.md +++ b/docs/guides/install/workspaces.md @@ -35,7 +35,7 @@ It's common to place all packages in a `packages` directory. The `"workspaces"` --- -To add one workspace as a dependency of another, modify its `package.json`. Here were adding `stuff-a` as a dependency of `stuff-b`. +To add one workspace as a dependency of another, modify its `package.json`. Here we're adding `stuff-a` as a dependency of `stuff-b`. ```json#packages/stuff-b/package.json { |