Skip to content

Commit 889841b

Browse files
Update content/docs/hooks-state.md
Co-Authored-By: vinicius98s <[email protected]>
1 parent 573e4f7 commit 889841b

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
@@ -106,7 +106,7 @@ function Example() {
106106
>
107107
>Existem algumas regras especiais sobre onde você pode ou não utilizar Hooks dentro de um componente. Vamos aprender elas nas [Regras dos Hooks](/docs/hooks-rules.html).
108108
109-
## Declarando uma variável State {#declaring-a-state-variable}
109+
## Declarando uma Variável State {#declaring-a-state-variable}
110110

111111
Em uma classe, inicializamos o state `count` para `0` definindo `this.state` para `{ count: 0 }` no construtor:
112112

0 commit comments

Comments
 (0)