Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/0/en/part0b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,14 +682,14 @@ sequenceDiagram
682682
server-->>browser: the JavaScript file
683683
deactivate server
684684

685-
Note right of the browser: The browser starts executing the JavaScript code that fetches the JSON from the server
685+
Note right of browser: The browser starts executing the JavaScript code that fetches the JSON from the server
686686

687687
browser->>server: GET https://studies.cs.helsinki.fi/exampleapp/data.json
688688
activate server
689689
server-->>browser: [{ "content": "HTML is easy", "date": "2023-1-1" }, ... ]
690690
deactivate server
691691

692-
Note right of the browser: The browser executes the callback function that renders the notes
692+
Note right of browser: The browser executes the callback function that renders the notes
693693
```
694694

695695
**Create a similar diagram** depicting the situation where the user creates a new note on the page <https://studies.cs.helsinki.fi/exampleapp/notes> by writing something into the text field and clicking the <i>submit</i> button.

0 commit comments

Comments
 (0)