Skip to content

Commit 9c27f27

Browse files
authored
fix minor typo
1 parent 5757724 commit 9c27f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ If you want to use the `function` keyword instead of an arrow function, you can
152152

153153
```tsx
154154
const App: React.FunctionComponent<{ message: string }> = function App({ message }) {
155-
return <div{message}</div>;
155+
return <div>{message}</div>;
156156
}
157157
```
158158

0 commit comments

Comments
 (0)