Browse Source

Update introducing-jsx.md (#761)

main
rk162 7 years ago
committed by Dan Abramov
parent
commit
1f21aaabb2
  1. 2
      content/docs/introducing-jsx.md

2
content/docs/introducing-jsx.md

@ -158,7 +158,7 @@ const element = {
type: 'h1',
props: {
className: 'greeting',
children: 'Hello, world'
children: 'Hello, world!'
}
};
```

Loading…
Cancel
Save