Skip to content

Commit a7360a2

Browse files
TaeSymmluukkai
authored andcommitted
Added apostrophe in part 0b
1 parent 69d4e69 commit a7360a2

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
@@ -80,7 +80,7 @@ Even though it is difficult to notice, the HTML page begins to render before the
8080

8181
The homepage of the example application works like a <i>traditional web application</i>. When entering the page, the browser fetches the HTML document detailing the structure and the textual content of the page from the server.
8282

83-
The server has formed this document somehow. The document can be a <i>static</i> text file saved into the server's directory. The server can also form the HTML documents <i>dynamically</i> according to the application code, using, for example, data from a database.
83+
The server has formed this document somehow. The document can be a <i>static</i> text file saved into the server's directory. The server can also form the HTML documents <i>dynamically</i> according to the application's code, using, for example, data from a database.
8484
The HTML code of the example application has been formed dynamically because it contains information on the number of created notes.
8585

8686
The HTML code of the homepage is as follows:

0 commit comments

Comments
 (0)