Skip to content

Commit 8d533d7

Browse files
committed
fix: πŸ› typos
βœ… Closes: #266
1 parent d07f716 commit 8d533d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žchallenges/foundation/02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ It is always a good idea to **create small components to your project**. In our
124124

125125
- [ ] Create a new component that takes a title props `<Header title="SpaceCraft"/>`
126126

127-
**πŸ”­ Hint:** Have a look a the section Patterns if you don't know how to create a React component.
127+
**πŸ”­ Hint:** Have a look a the section [Snippets]("https://davidl.fr/workshop/snippets") if you don't know how to create a React component.
128128

129129
## πŸ‘½ Bonus
130130

β€Žchallenges/foundation/05.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export { ScreenContainer, Offline, Card };
5151

5252
#### `import`
5353

54-
From the another component, to import the files
54+
To import a component from another file, you can use the following syntax:
5555

5656
```javascript
5757
// with `export default Card`

β€Žsetup/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use the following command from your terminal to check your Node version.
1616
node --version
1717
```
1818

19-
If you have a recent version installed, it should do.
19+
If you have Node.js v18 or greater installed, you are ready for the next step.
2020

2121
## Virtual Simulators
2222

0 commit comments

Comments
Β (0)