From 6367f9fbf30a8541bc7d3dc29d220b631b085348 Mon Sep 17 00:00:00 2001 From: Phil Rajchgot Date: Mon, 13 Feb 2017 17:21:15 -0500 Subject: [PATCH] Missing a space for error 125 (#8981) --- scripts/error-codes/codes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 05888dfb21..e4662c0912 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -124,7 +124,7 @@ "122": "%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", "123": "ReactUpdates: must inject a reconcile transaction class and batching strategy", "124": "Expected flush transaction's stored dirty-components length (%s) to match dirty-components array length (%s).", - "125": "ReactUpdates.asap: Can't enqueue an asap callback in a context whereupdates are not being batched.", + "125": "ReactUpdates.asap: Can't enqueue an asap callback in a context where updates are not being batched.", "126": "ReactUpdates: must provide a reconcile transaction class", "127": "ReactUpdates: must provide a batching strategy", "128": "ReactUpdates: must provide a batchedUpdates() function",