Skip to content

Commit

Permalink
Fix: fixed typo in index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarques1196 authored Oct 14, 2024
1 parent 936dd29 commit 7ff8542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: HOC Cheatsheet

- We will map closely to [the official docs on HOCs](https://reactjs.org/docs/higher-order-components.html) initially
- While hooks exist, many libraries and codebases still have a need to type HOCs.
- Render props may be considered in future
- Render props may be considered in the future
- The goal is to write HOCs that offer type safety while not getting in the way.

Here is a base HOC example you can copy right away:
Expand Down

0 comments on commit 7ff8542

Please sign in to comment.