Skip to content

Commit

Permalink
Fixed typos (#22763)
Browse files Browse the repository at this point in the history
* Fixed typos

* Update ReactFiberWorkLoop.new.js

* Update ReactFiberWorkLoop.old.js
  • Loading branch information
MalikIdreesHasanKhan committed Nov 15, 2021
1 parent d4144e6 commit 489b4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/jest/matchers/toThrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Older versions use e.g. "Cannot read property 'world' of undefined"
// Newer versions use e.g. "Cannot read properties of undefined (reading 'world')"
// This file overrides the built-in toThrow() matches to handle both cases,
// enabling the React project to support Node 12-16 witout forking tests.
// enabling the React project to support Node 12-16 without forking tests.

const toThrowMatchers = require('expect/build/toThrowMatchers').default;
const builtInToThrow = toThrowMatchers.toThrow;
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The high level process of creating releases is [documented below](#process). Ind

## Trigger an Automated Prerelease

If your code lands in the main branch, it will be automaticaly published to the prerelease channels within the next weekday. However, if you want to immediately publish a prerelease, you can trigger the job to run immediately:
If your code lands in the main branch, it will be automatically published to the prerelease channels within the next weekday. However, if you want to immediately publish a prerelease, you can trigger the job to run immediately:

```sh
yarn publish-prereleases
Expand Down

0 comments on commit 489b4bd

Please sign in to comment.