Skip to content

Commit 793b897

Browse files
chore: some content changes
1 parent 6072d85 commit 793b897

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/course/01-introduction/01-Welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I will be going in high detail on each of the lessons so if there are some holes
3434

3535
## Contents
3636

37-
Each lesson is broken down in an exercise file and a final file. The exercise file will have instructions in pseudo format to help guide you through the code snippets. Not to worry though, there will be videos to support you along the way.
37+
Each lesson is broken down in an exercise file and a final file. The exercise file will have instructions in pseudo format to help guide you through the code snippets.
3838

3939
### Lessons
4040

src/course/01-introduction/02-GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Meta } from '@storybook/blocks';
44

55
# Getting Started
66

7-
> Node version 18 required.
7+
> Node version 18+ required.
88
99
## Installation
1010

src/course/01-introduction/03-LessonStructure.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,4 @@ const Component = () => {
6060

6161
## Final files
6262

63-
If you get stuck do not worry! Each lesson.mdx file will have a video going through it all and there will be a final folder in the lesson showing the final solution of each exercise.
64-
65-
[Let's get started](?path=/docs/lessons-01-conditional-rendering-pattern-01-lesson--docs)
63+
If you get stuck do not worry! Each will have a final folder in the lesson showing the final solution of each exercise. Head over to any of the lessons to get started with which patterns you wish to learn.

0 commit comments

Comments
 (0)