Skip to content

Commit 4b10c2c

Browse files
wojcikstefanaaugustin
authored andcommitted
Fix typo in the FAQ.
1 parent c7fc0d3 commit 4b10c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ How do I keep idle connections open?
389389

390390
websockets sends pings at 20 seconds intervals to keep the connection open.
391391

392-
In closes the connection if it doesn't get a pong within 20 seconds.
392+
It closes the connection if it doesn't get a pong within 20 seconds.
393393

394394
You can adjust this behavior with ``ping_interval`` and ``ping_timeout``.
395395

0 commit comments

Comments
 (0)