Skip to content

Commit a782956

Browse files
authored
Update websockets.mdx (cloudflare#18907)
correct misspelled word.
1 parent 3656901 commit a782956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/network/websockets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once a WebSocket connection is closed, you can view your aggregated WebSocket us
6262

6363
When Cloudflare releases new code to its global network, we may restart servers, which terminates WebSockets connections.
6464

65-
### Best practises
65+
### Best practices
6666

6767
- Implement a [keepalive](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#pings_and_pongs_the_heartbeat_of_websockets).
6868
- Review and then remove or extend timeout settings on the origin and/or on the client.

0 commit comments

Comments
 (0)