Skip to content

Commit 6b56c6a

Browse files
authored
Merge pull request #3289 from smith558/patch-1
Clarify meaning of the code snippet
2 parents 4d920a4 + 3aca7db commit 6b56c6a

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
@@ -83,7 +83,7 @@ The homepage of the example application works like a <i>traditional web applicat
8383
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

86-
The HTML code of the homepage is as follows:
86+
The HTML code of the homepage is formed dynamically on the server as follows:
8787

8888
```js
8989
const getFrontPageHtml = noteCount => {

0 commit comments

Comments
 (0)