Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix grammatical typo in spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed May 3, 2018
1 parent b06c73f commit 449e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Component.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 449e952

Please sign in to comment.