Skip to content

Commit 0084bce

Browse files
Fix typos in event stream spec
Co-authored-by: jonathan343 <[email protected]>
1 parent 5e0f022 commit 0084bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designs/event-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ method.
4242
Publishers also expose a few Python standard methods. `close` can be used to
4343
clean up any long-running resources, such as an HTTP connection or open file
4444
handle. The async context manager magic methods are also supported, and by
45-
default they just serve to autoatically call `close` on exit. It is important
45+
default they just serve to automatically call `close` on exit. It is important
4646
however that implementations of `AsyncEventPublisher` MUST NOT require
4747
`__aenter__` or any other method to be called prior to `send`. These publishers
4848
are intended to be immediately useful and so any setup SHOULD take place while

0 commit comments

Comments
 (0)