You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react/useCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -806,7 +806,7 @@ Esto asegura que los consumidores de tu Hook puedan optimizar su propio código
806
806
807
807
## Solución de problemas {/*troubleshooting*/}
808
808
809
-
### Cada ves que mi componente se renderiza, `useCallback` devuelve una función diferente {/*every-time-my-component-renders-usecallback-returns-a-different-function*/}
809
+
### Cada vez que mi componente se renderiza, `useCallback` devuelve una función diferente {/*every-time-my-component-renders-usecallback-returns-a-different-function*/}
810
810
811
811
¡Asegúrate de haber especificado el *array* de dependencias como un segundo argumento!
0 commit comments