Skip to content

Commit 0e5dff5

Browse files
authored
Merge pull request #3070 from adriahuertas/source
Fixing Typo
2 parents 61e22d4 + d9d0a8c commit 0e5dff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ For each web application for a series of exercises, it is recommended to submit
638638

639639
<i>The application that we will start working on in this exercise will be further developed in a few of the following exercises. In this and other upcoming exercise sets in this course, it is enough to only submit the final state of the application. If desired, you may also create a commit for each exercise of the series, but this is entirely optional.</i>
640640

641-
Use vite to initialize a new application. Modify <i>main.jsx</i> to match the following
641+
Use Vite to initialize a new application. Modify <i>main.jsx</i> to match the following
642642

643643
```js
644644
import ReactDOM from 'react-dom/client'

0 commit comments

Comments
 (0)