Skip to content

Commit

Permalink
palceholder -> placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed May 10, 2018
1 parent c9bb461 commit e16c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberUnwindWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default function<T, P, I, TI, HI, PI, C, CC, CX, PL>(
thenable.then(onResolveOrReject, onResolveOrReject);
return;
} else {
// No time remaining. Need to fallback to palceholder.
// No time remaining. Need to fallback to placeholder.
// Find the nearest timeout that can be retried.
workInProgress = returnFiber;
do {
Expand Down

0 comments on commit e16c7db

Please sign in to comment.