From 606c30aa5f37f335f14ff94659ffcadfbdf4c791 Mon Sep 17 00:00:00 2001 From: Fumiya Shibusawa Date: Wed, 18 Jul 2018 04:21:53 +0900 Subject: [PATCH] fixed a typo in commentout in ReactFiberUnwindWork.js (#13172) --- packages/react-reconciler/src/ReactFiberUnwindWork.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/ReactFiberUnwindWork.js b/packages/react-reconciler/src/ReactFiberUnwindWork.js index 432c30d442..f60e314793 100644 --- a/packages/react-reconciler/src/ReactFiberUnwindWork.js +++ b/packages/react-reconciler/src/ReactFiberUnwindWork.js @@ -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;