Skip to content

Commit 7586bfb

Browse files
authored
Merge pull request #4259 from HP-00/patch-1
Part 0b: Improved wording in sequence diagram description
2 parents 56c19e8 + a452e82 commit 7586bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The chain of events caused by opening the page <https://studies.cs.helsinki.fi/e
7070

7171
![Sequence diagram of the flow covered above](../../images/0/7m.png)
7272

73-
The sequence diagram visualizes how the browser and server are communicating over the time. The time flows in the diagram from top to bottom, so the diagram starts with the first request that the browser sends to server, followed by the response.
73+
The sequence diagram visualizes how the browser and server are communicating over time. The time flows in the diagram from top to bottom, so the diagram starts with the first request that the browser sends to server, followed by the response.
7474

7575
First, the browser sends an HTTP GET request to the server to fetch the HTML code of the page. The <i>img</i> tag in the HTML prompts the browser to fetch the image <i>kuva.png</i>. The browser renders the HTML page and the image to the screen.
7676

0 commit comments

Comments
 (0)