Skip to content

Commit 4879578

Browse files
authored
Merge pull request #9325 from chawyehsu/patch-1
fix: minor typo
2 parents 0d984a2 + c5a9a52 commit 4879578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ import Emoji from "./Emoji"
163163
// Example of how to add new icon not listed
164164
import { ZzIconName } from "react-icons/zz"
165165
166-
// Then add to IconContect.Provider children:
166+
// Then add to IconContext.Provider children:
167167
{
168168
name === "alias" && <ZzIconName />
169169
}

0 commit comments

Comments
 (0)