Skip to content

Commit 33121dd

Browse files
authored
Update part1a.md
Make it clear that the next step is not part2.
1 parent 5428d2c commit 33121dd

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
@@ -660,6 +660,6 @@ const Content = ... {
660660
}
661661
```
662662

663-
Our application passes on information in quite a primitive way at the moment, since it is based on individual variables. We shall fix that in the [part 2](/en/part2).
663+
Our application passes on information in quite a primitive way at the moment, since it is based on individual variables. We shall fix that in [part 2](/en/part2), but before that, let's go to part1b to learn about JavaScript.
664664

665665
</div>

0 commit comments

Comments
 (0)