Skip to content

Commit b2e7dbf

Browse files
authored
grammar & legility (to check)
1 parent ea7738b commit b2e7dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/10-long-polling/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The flow:
2929
3. When a message appears - the server responds to the request with it.
3030
4. The browser makes a new request immediately.
3131

32-
The situation when the browser sent a request and has a pending connection with the server, is standard for this method. Only when a message is delivered, the connection is reestablished.
32+
This situation, where the browser has sent a request and keeps a pending connection with the server, is standard for this method. Only when a message is delivered, the connection is closed and reestablished.
3333

3434
![](long-polling.svg)
3535

0 commit comments

Comments
 (0)