We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec896c4 commit 27c02fcCopy full SHA for 27c02fc
client.go
@@ -73,7 +73,7 @@ func (c *Client) Close() error {
73
return nil
74
}
75
76
-//ErrNotSSE is an error returned when a client recieves a non-SSE response
+//ErrNotSSE is an error returned when a client receives a non-SSE response
77
var ErrNotSSE = errors.New("content type is not 'text/event-stream'")
78
79
//Connect performs an SSE request and returns a Client.
0 commit comments