Skip to content

docs: fix "procesing" -> "processing" in realtime examples #1406

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: next
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
@RobertCraigie RobertCraigie changed the title Fix typo: "procesing" -> "processing" in realtime examples docs: fix "procesing" -> "processing" in realtime examples Apr 18, 2025
@RobertCraigie RobertCraigie changed the base branch from master to next April 18, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants