Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This typo was fixed in the new fork but not the old.
  • Loading branch information
acdlite committed Nov 13, 2020
1 parent 7548dd5 commit 8cd860b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (__DEV__) {
fiber: Fiber,
instance: any,
) => {
// Dedup strategy: Warn once per component.
// Dedupe strategy: Warn once per component.
if (didWarnAboutUnsafeLifecycles.has(fiber.type)) {
return;
}
Expand Down

0 comments on commit 8cd860b

Please sign in to comment.