Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typo: "procesing" -> "processing" in realtime examples #1406

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mini-peanut
Copy link

Description

This PR fixes a typo in the realtime WebSocket examples and documentation where "procesing" is corrected to "processing" in the error handler comment.

The typo was present in:

  • realtime.md (lines 41 and 82)
  • examples/realtime/websocket.ts
  • examples/realtime/ws.ts
  • examples/azure/realtime/websocket.ts
  • examples/azure/realtime/ws.ts

Changes

Fixed the typo in the comment:

// in a real world scenario this should be logged somewhere as you
- // likely want to continue procesing events regardless of any errors
+ // likely want to continue processing events regardless of any errors

@mini-peanut mini-peanut requested a review from a team as a code owner March 20, 2025 14:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants