There was an error while loading. Please reload this page.
2 parents 7b5cead + 893445c commit ccb72f8Copy full SHA for ccb72f8
docs/jsx/react.md
@@ -151,7 +151,7 @@ const foo = <T extends {}>(x: T) => x;
151
```
152
153
### React Tip: Strongly Typed Refs
154
-You basically initialize a variable as a union of the ref and `null` and then initiazlie it as as callback e.g.
+You basically initialize a variable as a union of the ref and `null` and then initialize it as as callback e.g.
155
156
```ts
157
class Example extends React.Component {
0 commit comments