Skip to content

Commit

Permalink
fixed a typo in commentout in ReactFiberUnwindWork.js (facebook#13172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumiya Shibusawa authored and gaearon committed Jul 17, 2018
1 parent 9f78913 commit 606c30a
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 @@ -271,7 +271,7 @@ function throwException(
return;
}

// Confirmed that the bounary is in a strict mode tree. Continue with
// Confirmed that the boundary is in a strict mode tree. Continue with
// the normal suspend path.

let absoluteTimeoutMs;
Expand Down

0 comments on commit 606c30a

Please sign in to comment.