From 03069bbf32d281e2466d2276f36a3d98ad3316aa Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Mon, 22 Apr 2024 10:10:44 -0400 Subject: [PATCH] Fix typo and link formatting in contribution guide (#8183) - Fixed 'adn' to 'and' - Remove extra right parenthesis in markdown link that caused the link not to be formatted, and the closing parenthensis to be missing. --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9cc6c21260..d504afe7833 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,7 +154,7 @@ That's it! Thank you for your contribution! #### Adding changeset to PR The repository uses changesets to associate PR contributions with major and minor version releases -adn patch releases. If your change is a feature or a behavioral change (either of which should +and patch releases. If your change is a feature or a behavioral change (either of which should correspond to a version bump) then you will need to generate a changeset in your PR to track the change. @@ -165,8 +165,7 @@ repository: yarn changeset ``` -You will be asked to create a description (here's an -[example]((https://github.com/firebase/firebase-js-sdk/pull/3284#issuecomment-649718617)). You +You will be asked to create a description (here's an [example](https://github.com/firebase/firebase-js-sdk/pull/3284#issuecomment-649718617)). You should include the version bump for your package as well as the description for the change. Valid version bump types are major, minor or patch, where: