Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperdrobny authored Jan 23, 2024
1 parent 9d8e528 commit fb4eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
StatusConnectionInitialisationTimeout websocket.StatusCode = 4408
// Subscriber for <generated-id> already exists
StatusSubscriberAlreadyExists websocket.StatusCode = 4409
// Too many ialisation requests
// Too many initialisation requests
StatusTooManyInitialisationRequests websocket.StatusCode = 4429
)

Expand Down

0 comments on commit fb4eaf3

Please sign in to comment.