You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ That's it! Thank you for your contribution!
154
154
155
155
#### Adding changeset to PR
156
156
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
158
158
correspond to a version bump) then you will need to generate a changeset in your PR to track the
159
159
change.
160
160
@@ -165,8 +165,7 @@ repository:
165
165
yarn changeset
166
166
```
167
167
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
170
169
should include the version bump for your package as well as the description for the change. Valid
171
170
version bump types are major, minor or patch, where:
0 commit comments