Skip to content

Commit b624acb

Browse files
committed
palceholder -> placeholder
1 parent 9fd6225 commit b624acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberUnwindWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default function<T, P, I, TI, HI, PI, C, CC, CX, PL>(
233233
thenable.then(onResolveOrReject, onResolveOrReject);
234234
return;
235235
} else {
236-
// No time remaining. Need to fallback to palceholder.
236+
// No time remaining. Need to fallback to placeholder.
237237
// Find the nearest timeout that can be retried.
238238
workInProgress = returnFiber;
239239
do {

0 commit comments

Comments
 (0)