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 {
427
427
return updateLane ;
428
428
}
429
429
430
- // This update originated outside React. Ask the host environement for an
430
+ // This update originated outside React. Ask the host environment for an
431
431
// appropriate priority, based on the type of event.
432
432
//
433
433
// 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 {
427
427
return updateLane ;
428
428
}
429
429
430
- // This update originated outside React. Ask the host environement for an
430
+ // This update originated outside React. Ask the host environment for an
431
431
// appropriate priority, based on the type of event.
432
432
//
433
433
// 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