File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed 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:
172
171
You can’t perform that action at this time.
0 commit comments