Skip to content

Commit

Permalink
typo: spell check (#6892)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRakeshPurohit authored May 21, 2024
1 parent 0dc72f6 commit 05c9d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This script will:

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

As an example:

Expand Down

0 comments on commit 05c9d77

Please sign in to comment.