From 449e952ad89fd5dc68cb209ee5187d97bd063266 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 3 May 2018 12:28:18 -0700 Subject: [PATCH] Fix grammatical typo in spec description --- lib/Component.spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Component.spec.lua b/lib/Component.spec.lua index 9aafe893..69e51f46 100644 --- a/lib/Component.spec.lua +++ b/lib/Component.spec.lua @@ -261,7 +261,7 @@ return function() Reconciler.teardown(handle) end) - it("should fall back to correctly defaultProps after an update", function() + it("should fall back to defaultProps correctly after an update", function() local lastProps local TestComponent = Component:extend("TestComponent")