Skip to content

Commit 8345598

Browse files
committed
Merge pull request #78 from KevinSjoberg/fix/spelling-mistake-in-readme
Correct "iterface" to "interface"
2 parents 75157e5 + fc14119 commit 8345598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ There are two main reasons for using the `_async` methods:
139139

140140
Asynchronous calls are supported either by using an event loop (eventmachine, preferred), or via a thread.
141141

142-
The following methods are available (in each case the calling iterface matches the non-async version):
142+
The following methods are available (in each case the calling interface matches the non-async version):
143143

144144
* `Pusher.get_async`
145145
* `Pusher.post_async`

0 commit comments

Comments
 (0)