Skip to content

Commit fcdfec4

Browse files
fix text
1 parent 07e5b2f commit fcdfec4

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
@@ -269,7 +269,7 @@ This can be a bit tricky. The tooling really comes in handy here, as the @type d
269269

270270
```tsx
271271
class App extends React.Component<{}, { // no props
272-
count: string,
272+
text: string,
273273
}> {
274274
state = {
275275
text: ''

0 commit comments

Comments
 (0)