Skip to content

Commit 27c02fc

Browse files
authored
fix misspelling of "receives"
1 parent ec896c4 commit 27c02fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (c *Client) Close() error {
7373
return nil
7474
}
7575

76-
//ErrNotSSE is an error returned when a client recieves a non-SSE response
76+
//ErrNotSSE is an error returned when a client receives a non-SSE response
7777
var ErrNotSSE = errors.New("content type is not 'text/event-stream'")
7878

7979
//Connect performs an SSE request and returns a Client.

0 commit comments

Comments
 (0)