Skip to content

Commit e5a441e

Browse files
authored
Fix a typo in README
1 parent 30418e7 commit e5a441e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function App(props: { foo: number }) {
145145
), 200, [props.foo])
146146
return (
147147
// render three times
148-
// 200 and 10001 and 2001
148+
// 200 and 1001 and 2001
149149
<h1>{value}</h1>
150150
)
151151
}
@@ -373,4 +373,4 @@ function App() {
373373
374374
const rootElement = document.getElementById("root");
375375
ReactDOM.render(<App />, rootElement);
376-
```
376+
```

0 commit comments

Comments
 (0)