File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ export function requestUpdateLane(fiber: Fiber): Lane {
427427 return updateLane ;
428428 }
429429
430- // This update originated outside React. Ask the host environement for an
430+ // This update originated outside React. Ask the host environment for an
431431 // appropriate priority, based on the type of event.
432432 //
433433 // The opaque type returned by the host config is internally a lane, so we can
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ export function requestUpdateLane(fiber: Fiber): Lane {
427427 return updateLane ;
428428 }
429429
430- // This update originated outside React. Ask the host environement for an
430+ // This update originated outside React. Ask the host environment for an
431431 // appropriate priority, based on the type of event.
432432 //
433433 // The opaque type returned by the host config is internally a lane, so we can
You can’t perform that action at this time.
0 commit comments