We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1a66b commit 2f9a7dfCopy full SHA for 2f9a7df
content/docs/hooks-state.md
@@ -64,7 +64,7 @@ El estado empieza como `{ count:0 }` y se incrementa `state.count` cuando el usu
64
65
## Hooks and Function Components {#hooks-and-function-components}
66
67
-Como recordatorio, un componente funcional en React es así:
+Como recordatorio, un componente funcional en React se ve así:
68
69
```js
70
const Example = (props) => {
0 commit comments