Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-dom/src/client/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type Batch = FiberRootBatch & {
then(onComplete: () => mixed): void,
commit(): void,

// The ReactRoot constuctor is hoisted but the prototype methods are not. If
// The ReactRoot constructor is hoisted but the prototype methods are not. If
// we move ReactRoot to be above ReactBatch, the inverse error occurs.
// $FlowFixMe Hoisting issue.
_root: Root,
Expand Down
2 changes: 1 addition & 1 deletion scripts/bench/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function buildBenchmarkBundlesFromGitRepo(
//clear remote-repo folder
await cleanDir(remoteRepoDir);
}
// check if remote-repo diretory already exists
// check if remote-repo directory already exists
if (existsSync(join(__dirname, 'remote-repo'))) {
repo = await Git.Repository.open(remoteRepoDir);
// fetch all the latest remote changes
Expand Down