Skip to content

Commit 1291fbd

Browse files
authored
Merge pull request #2870 from taaalha/patch-1
Update part3a.md
2 parents 87bdb60 + b168e1a commit 1291fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/en/part3a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,9 +884,9 @@ Implement a page at the address <http://localhost:3001/info> that looks roughly
884884

885885
The page has to show the time that the request was received and how many entries are in the phonebook at the time of processing the request.
886886

887-
Proposed Addition: There can only be one response.send() statement in an Express app route. Once you send a response to the client using response.send(), the request-response cycle is complete and no further response can be sent.
887+
There can only be one response.send() statement in an Express app route. Once you send a response to the client using response.send(), the request-response cycle is complete and no further response can be sent.
888888

889-
To include a line space in the output, use <br/> tag, or wrap the statements in <p> tags.
889+
To include a line space in the output, use `<br/>` tag, or wrap the statements in `<p>` tags.
890890

891891
#### 3.3: Phonebook backend step3
892892

0 commit comments

Comments
 (0)