-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in blog posts #9069
Fix typo in blog posts #9069
Conversation
Hi Smittey! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #9069 +/- ##
=======================================
Coverage 64.07% 64.07%
=======================================
Files 277 277
Lines 11681 11681
Branches 2863 2863
=======================================
Hits 7485 7485
Misses 3572 3572
Partials 624 624 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
CHANGELOG.md
Outdated
@@ -56,6 +56,7 @@ | |||
- `[jest-environment-jsdom]` [**BREAKING**] Upgrade JSDOM from v11 to v15 ([#8851](https://github.com/facebook/jest/pull/8851)) | |||
- `[jest-util]` [**BREAKING**] Remove deprecated exports ([#8863](https://github.com/facebook/jest/pull/8863)) | |||
- `[jest-validate]` [**BREAKING**] Use ESM exports ([#8874](https://github.com/facebook/jest/pull/8874)) | |||
- `[docs]` Fix minor typo in CHANGELOG and blog post ([#9069](https://github.com/facebook/jest/pull/9069)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can omit that for a small change like this so the changelog doesn't get too polluted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed! Thanks, I'll remove it
website/blog/2019-01-25-jest-24-refreshing-polished-typescript-friendly.md
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's remove the new entry to the changelog though
CHANGELOG.md
Outdated
@@ -56,6 +56,7 @@ | |||
- `[jest-environment-jsdom]` [**BREAKING**] Upgrade JSDOM from v11 to v15 ([#8851](https://github.com/facebook/jest/pull/8851)) | |||
- `[jest-util]` [**BREAKING**] Remove deprecated exports ([#8863](https://github.com/facebook/jest/pull/8863)) | |||
- `[jest-validate]` [**BREAKING**] Use ESM exports ([#8874](https://github.com/facebook/jest/pull/8874)) | |||
- `[docs]` Fix minor typo in CHANGELOG and blog post ([#9069](https://github.com/facebook/jest/pull/9069)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to add this to the changelog, please remove
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
There was a small typo in the blog post - blog/2019/01/25/jest-24-refreshing-polished-typescript-friendly. "experimantal" -> "experimental" .
Additionally fixed a typo in a CHANGELOG entry. "inceremental" -> "incremental"
Test plan
There isn't one