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;