Skip to content

Commit

Permalink
Update content/docs/jsx-in-depth.md
Browse files Browse the repository at this point in the history
Co-Authored-By: murtinha <[email protected]>
  • Loading branch information
halian-vilela and murtinha authored Feb 26, 2019
1 parent ab25520 commit f804a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/jsx-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ redirect_from:
- "docs/jsx-in-depth-ko-KR.html"
---

Fundamentalmente, JSX é somente um açúcar sintático (syntatic sugar) para a função `React.createElement(component, props, ...children)`. O código JSX:
Fundamentalmente, JSX é somente um açúcar sintático (syntactic sugar) para a função `React.createElement(component, props, ...children)`. O código JSX:

```js
<MyButton color="blue" shadowSize={2}>
Expand Down

0 comments on commit f804a63

Please sign in to comment.