Skip to content

Commit 05c9d77

Browse files
typo: spell check (#6892)
1 parent 0dc72f6 commit 05c9d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This script will:
9595

9696
- Check how many components can be successfully optimized: higher is better
9797
- Check for `<StrictMode>` usage: having this enabled and followed means a higher chance that the [Rules of React](/reference/rules) are followed
98-
- Check for incompatible library usage: known libaries that are incompatible with the compiler
98+
- Check for incompatible library usage: known libraries that are incompatible with the compiler
9999

100100
As an example:
101101

0 commit comments

Comments
 (0)