Skip to content

Commit

Permalink
Fix typo in comment (environement → environment) (#21635)
Browse files Browse the repository at this point in the history
  • Loading branch information
niexq committed Jun 7, 2021
1 parent 9d17b56 commit 0706162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberWorkLoop.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export function requestUpdateLane(fiber: Fiber): Lane {
return updateLane;
}

// This update originated outside React. Ask the host environement for an
// This update originated outside React. Ask the host environment for an
// appropriate priority, based on the type of event.
//
// The opaque type returned by the host config is internally a lane, so we can
Expand Down
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberWorkLoop.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export function requestUpdateLane(fiber: Fiber): Lane {
return updateLane;
}

// This update originated outside React. Ask the host environement for an
// This update originated outside React. Ask the host environment for an
// appropriate priority, based on the type of event.
//
// The opaque type returned by the host config is internally a lane, so we can
Expand Down

0 comments on commit 0706162

Please sign in to comment.