Skip to content

Commit fc14119

Browse files
committed
Correct "iterface" to "interface"
1 parent 75157e5 commit fc14119

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)