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