Skip to content

Commit 23b2787

Browse files
authored
Update part2a.md
spelling check
1 parent c7e9294 commit 23b2787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ import ReactDOM from "react-dom/client"
414414
import App from "./App"
415415
```
416416

417-
[import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) two modules, enabling them to be used in that file. The module <i>react-dom/client</i> into the variable _ReactDOM_, and the module that defines the main component of the app is placed into the variable _App_
417+
[import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) two modules, enabling them to be used in that file. The module <i>react-dom/client</i> is placed into the variable _ReactDOM_, and the module that defines the main component of the app is placed into the variable _App_
418418

419419
Let's move our <i>Note</i> component into its own module.
420420

0 commit comments

Comments
 (0)