From e07a3cd28f3b360755d6832a01d724a3b7576bc4 Mon Sep 17 00:00:00 2001 From: Alex Rohleder Date: Fri, 10 Aug 2018 17:51:06 +0200 Subject: [PATCH] fix typo on inline comment (#13364) --- packages/react-reconciler/src/ReactFiberScheduler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/ReactFiberScheduler.js b/packages/react-reconciler/src/ReactFiberScheduler.js index 219184170e..bca85e65a6 100644 --- a/packages/react-reconciler/src/ReactFiberScheduler.js +++ b/packages/react-reconciler/src/ReactFiberScheduler.js @@ -1871,7 +1871,7 @@ function performSyncWork() { function performWork(minExpirationTime: ExpirationTime, dl: Deadline | null) { deadline = dl; - // Keep working on roots until there's no more work, or until the we reach + // Keep working on roots until there's no more work, or until we reach // the deadline. findHighestPriorityRoot();