Fix typo in comment (environement → environment) (#21635)

This commit is contained in:
niexq
2021-06-07 08:52:42 -04:00
committed by GitHub
parent 9d17b562ba
commit 0706162ba7
2 changed files with 2 additions and 2 deletions
@@ -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