Skip to content

Commit 2f9a7df

Browse files
Update hooks-state.md
1 parent db1a66b commit 2f9a7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ El estado empieza como `{ count:0 }` y se incrementa `state.count` cuando el usu
6464
6565
## Hooks and Function Components {#hooks-and-function-components}
6666

67-
Como recordatorio, un componente funcional en React es así:
67+
Como recordatorio, un componente funcional en React se ve así:
6868

6969
```js
7070
const Example = (props) => {

0 commit comments

Comments
 (0)