Skip to content

Commit 489b4bd

Browse files
Fixed typos (#22763)
* Fixed typos * Update ReactFiberWorkLoop.new.js * Update ReactFiberWorkLoop.old.js
1 parent d4144e6 commit 489b4bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/jest/matchers/toThrow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Older versions use e.g. "Cannot read property 'world' of undefined"
55
// Newer versions use e.g. "Cannot read properties of undefined (reading 'world')"
66
// This file overrides the built-in toThrow() matches to handle both cases,
7-
// enabling the React project to support Node 12-16 witout forking tests.
7+
// enabling the React project to support Node 12-16 without forking tests.
88

99
const toThrowMatchers = require('expect/build/toThrowMatchers').default;
1010
const builtInToThrow = toThrowMatchers.toThrow;

scripts/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The high level process of creating releases is [documented below](#process). Ind
3434

3535
## Trigger an Automated Prerelease
3636

37-
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:
37+
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:
3838

3939
```sh
4040
yarn publish-prereleases

0 commit comments

Comments
 (0)