Skip to content

Commit 75d6428

Browse files
authored
Merge pull request #2372 from jobjer/patch-1
Update part0b.md
2 parents 6e429ba + 2034653 commit 75d6428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/0/en/part0b.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Learn about the basics of HTML forms by reading Mozilla's tutorial [Your first f
653653
654654
<i>This exercise is not submitted to GitHub, it's enough to just read the tutorial</i>
655655
656-
<h4>0.4: New note</h4>
656+
<h4>0.4: New note diagram</h4>
657657
658658
In chapter [Loading a page containing JavaScript - review](/en/part0/fundamentals_of_web_apps#loading-a-page-containing-java-script-review) the chain of events caused by opening the page <https://studies.cs.helsinki.fi/exampleapp/notes> is depicted as a [sequence diagram](https://www.geeksforgeeks.org/unified-modeling-language-uml-sequence-diagrams/)
659659
@@ -692,11 +692,11 @@ The idea of these exercises is to read the text through once more, and to think
692692
693693
**Note** perhaps the best way to do diagrams is the [Mermaid](https://github.com/mermaid-js/mermaid#sequence-diagram-docs---live-editor) syntax that is now implemented in [GitHub](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) markdown pages!
694694
695-
<h4>0.5: Single page app</h4>
695+
<h4>0.5: Single page app diagram</h4>
696696
697697
Create a diagram depicting the situation where the user goes to the [single page app](/en/part0/fundamentals_of_web_apps#single-page-app) version of the notes app at <https://studies.cs.helsinki.fi/exampleapp/spa>.
698698
699-
<h4>0.6: New note</h4>
699+
<h4>0.6: New note in Single page app diagram</h4>
700700
701701
Create a diagram depicting the situation where the user creates a new note using the single page version of the app.
702702

0 commit comments

Comments
 (0)