Skip to content

Commit f2eb636

Browse files
committed
rm "prop"
1 parent ecdbd44 commit f2eb636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useOptimistic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ function MyComponent({ items }) {
10171017
// ...
10181018
}
10191019

1020-
// ✅ Also correct: calling from an Action prop
1020+
// ✅ Also correct: calling from an Action
10211021
function MyComponent({ items }) {
10221022
const [isPending, setPending] = useOptimistic(false);
10231023

0 commit comments

Comments
 (0)