mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in comment (environement → environment) (#21635)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user