diff --git a/src/models/chapters/commandlineChapter.js b/src/models/chapters/commandlineChapter.js
index a637b56..1314a3e 100644
--- a/src/models/chapters/commandlineChapter.js
+++ b/src/models/chapters/commandlineChapter.js
@@ -53,7 +53,7 @@ const commandlineChapter = createChapter('Command-line', {
)),
new ChapterText(
- () => 'Let’s take a look at the differnt parts of the console.',
+ () => 'Let’s take a look at the different parts of the console.',
{ skip: true },
),
new ChapterText(() => (
diff --git a/src/models/chapters/workingInATeamChapter.js b/src/models/chapters/workingInATeamChapter.js
index 38d6cec..27a1dde 100644
--- a/src/models/chapters/workingInATeamChapter.js
+++ b/src/models/chapters/workingInATeamChapter.js
@@ -17,7 +17,7 @@ const workingInATeamChapter = createChapter('Working in a Team', {
Working on a project usally means working in a team. This means we need
to exchange our files, for example by using a{' '}
cloud. Let’s take a closer look at a
- project e.g. with one file and two users.
+ project with one file and two users.
)),
new ChapterText(() => (
@@ -28,8 +28,8 @@ const workingInATeamChapter = createChapter('Working in a Team', {
)),
new ChapterText(() => (
- Once the file beeing uploaded a second user B wants to work on the file,
- too. They download the file, add some changes and upload the file again.
+ Once the file has uploaded, a second user wants to work on the file,
+ too. User B downloads the file, makes some changes, and uploads the file back to the cloud.
)),
new ChapterText(() => This goes on and on and on …),