Skip to content

Commit c23af2e

Browse files
authored
Merge pull request #3243 from Keranod/patch-1
Typo in part7 description
2 parents 4da2e21 + a2a7acd commit c23af2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lang: en
77
<div class="intro">
88

99
The seventh part of the course touches on several different themes. First, we'll get familiar with React router. React router helps us divide the application into different views that are shown based on the URL in the browser's address bar. After this, we'll look at a few more ways to add CSS styles to React applications. During the entire course, we've used Vite to generate the body of our applications.
10-
It is also possible to configure the whle toolchain yourself, and in this part we will see how this can be done with a tool called Webpack. We shall also have a look at hook functions and how to define a custom hook.
10+
It is also possible to configure the whole toolchain yourself, and in this part we will see how this can be done with a tool called Webpack. We shall also have a look at hook functions and how to define a custom hook.
1111

1212
<i>Part updated 26th August 2023</i>
1313
- <i>Create React App replaced with Vite</i>

0 commit comments

Comments
 (0)