Skip to content

Commit 1f21aaa

Browse files
rk162gaearon
authored andcommitted
Update introducing-jsx.md (#761)
1 parent 3d50f0d commit 1f21aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/introducing-jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const element = {
158158
type: 'h1',
159159
props: {
160160
className: 'greeting',
161-
children: 'Hello, world'
161+
children: 'Hello, world!'
162162
}
163163
};
164164
```

0 commit comments

Comments
 (0)