Skip to content

Fix typo: recieve -> receive in WebSocket handler#55525

Merged
jdm merged 1 commit into
web-platform-tests:masterfrom
adityashirsatrao007:fix-typo-receive-websockets
Oct 18, 2025
Merged

Fix typo: recieve -> receive in WebSocket handler#55525
jdm merged 1 commit into
web-platform-tests:masterfrom
adityashirsatrao007:fix-typo-receive-websockets

Conversation

@adityashirsatrao007

Copy link
Copy Markdown
Contributor

This PR fixes a spelling error in the documentation for the WebSocket message channel handler.

What was fixed:

  • Changed 'recieve' to 'receive' (correct spelling) in two locations within the docstring

Location:
websockets/handlers/msg_channel_wsh.py - in the documentation for the main loop of read-type connections

Impact:

  • Documentation-only change
  • No functional changes
  • Improves code documentation quality

This is a simple typo fix that makes the codebase more professional and easier to read.

Corrected spelling of 'receive' in the docstring for the msg_channel_wsh.py
WebSocket handler. The word was misspelled as 'recieve' in two locations within
the function documentation describing the main loop for read-type connections.

This is a documentation-only change with no functional impact.

@jdm jdm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jdm jdm merged commit 0366000 into web-platform-tests:master Oct 18, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants