Skip to content

Commit

Permalink
docs: fix small grammar error (#4792)
Browse files Browse the repository at this point in the history
Update release-workflow.md
  • Loading branch information
jpulec authored and merceyz committed Jun 1, 2023
1 parent 51e743e commit 68f4cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/content/features/release-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In pre-2.0, upgrading `common` would have required you to run the command there,
/packages/client (depends on common@^1.1.1)
```

Of course it's not that important when the packages from the monorepo are always meant to be used as part of the monorepo, but it becomes much more interesting when you work with multiple packages meant to be published. Have you forgotten to update the range of either of your dependent packages, your users would have potentially downloaded an old version of `common` which wouldn't have been compatible with the newer one.
Of course it's not that important when the packages from the monorepo are always meant to be used as part of the monorepo, but it becomes much more interesting when you work with multiple packages meant to be published. Had you forgotten to update the range of either of your dependent packages, your users would have potentially downloaded an old version of `common` which wouldn't have been compatible with the newer one.

## Deferred versioning

Expand Down

0 comments on commit 68f4cd6

Please sign in to comment.