Skip to content

Commit 03069bb

Browse files
authored
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.
1 parent f24c953 commit 03069bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ That's it! Thank you for your contribution!
154154
155155
#### Adding changeset to PR
156156
The repository uses changesets to associate PR contributions with major and minor version releases
157-
adn patch releases. If your change is a feature or a behavioral change (either of which should
157+
and patch releases. If your change is a feature or a behavioral change (either of which should
158158
correspond to a version bump) then you will need to generate a changeset in your PR to track the
159159
change.
160160
@@ -165,8 +165,7 @@ repository:
165165
yarn changeset
166166
```
167167
168-
You will be asked to create a description (here's an
169-
[example]((https://github.com/firebase/firebase-js-sdk/pull/3284#issuecomment-649718617)). You
168+
You will be asked to create a description (here's an [example](https://github.com/firebase/firebase-js-sdk/pull/3284#issuecomment-649718617)). You
170169
should include the version bump for your package as well as the description for the change. Valid
171170
version bump types are major, minor or patch, where:
172171

0 commit comments

Comments
 (0)