Skip to content

Commit 78965a9

Browse files
authored
Merge pull request #1951 from kkiilas/patch-50
Update osa1d.md
2 parents bc54049 + 3546474 commit 78965a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/1/fi/osa1d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After the change is made, reinstall dependencies by running
3232
npm install
3333
```
3434

35-
Note that also the file <i>index.js</i> needs to be changed a bit. For React 18 it looks like
35+
Note that also the file <i>index.js</i> needs to be changed a bit. For React 17 it looks like
3636

3737
```js
3838
import ReactDOM from 'react-dom'
@@ -41,7 +41,7 @@ import App from './App'
4141
ReactDOM.render(<App />, document.getElementById('root'))
4242
```
4343

44-
but for React 17 the correct form is
44+
but for React 18 the correct form is
4545

4646
```js
4747
import React from 'react'

0 commit comments

Comments
 (0)