Skip to content

Commit c42014e

Browse files
author
Sam Vitare
committed
removed article 'a' and added 'the'
1 parent 37ecdaf commit c42014e

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
@@ -409,7 +409,7 @@ Let's review what happens when the page <https://studies.cs.helsinki.fi/examplea
409409
410410
- The browser fetches the HTML code defining the content and the structure of the page from the server using an HTTP GET request.
411411
- Links in the HTML code cause the browser to also fetch the CSS style sheet <i>main.css</i>...
412-
- ...and a JavaScript code file <i>main.js</i>
412+
- ...and the JavaScript code file <i>main.js</i>
413413
- The browser executes the JavaScript code. The code makes an HTTP GET request to the address <https://studies.cs.helsinki.fi/exampleapp/data.json>, which
414414
returns the notes as JSON data.
415415
- When the data has been fetched, the browser executes an <i>event handler</i>, which renders the notes to the page using the DOM-API.

0 commit comments

Comments
 (0)