From 7ff8542097a47205d382557d9219eeb58eb6e88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <64154960+JMarques1196@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:03:18 +0100 Subject: [PATCH] Fix: fixed typo in index.md --- docs/hoc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hoc/index.md b/docs/hoc/index.md index 6256a12d..d2992ea3 100644 --- a/docs/hoc/index.md +++ b/docs/hoc/index.md @@ -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: