Skip to content

Commit

Permalink
Update content/docs/state-and-lifecycle.md
Browse files Browse the repository at this point in the history
Co-Authored-By: jhonmike <[email protected]>
  • Loading branch information
halian-vilela and jhonmike authored Feb 11, 2019
1 parent 59d0f9a commit ba50256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/state-and-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ this.setState((state, props) => ({
}));
```

Usamos um [arrow function](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Functions/Arrow_functions) acima, mas também funciona com funções regulares:
Usamos uma [arrow function](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Functions/Arrow_functions) acima, mas também funciona com funções regulares:

```js
// Correto
Expand Down

0 comments on commit ba50256

Please sign in to comment.