Skip to content

Commit 54720dd

Browse files
fr3foustreamich
authored andcommitted
fix: typo in README.md
1 parent 5168a3b commit 54720dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ all the below usage patterns:
7171
</MyData>
7272

7373
// Higher Order Component (HOC)
74-
const ChildWitData = withData(Child);
74+
const ChildWithData = withData(Child);
7575

7676
// Decorator
7777
@withData

0 commit comments

Comments
 (0)