Skip to content

Commit

Permalink
Fix typo and link formatting in contribution guide (#8183)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
dlarocque committed Apr 22, 2024
1 parent f24c953 commit 03069bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -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.

Expand All @@ -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:

Expand Down

0 comments on commit 03069bb

Please sign in to comment.