Skip to content

Commit d2907a6

Browse files
authored
Typo on Readme
1 parent adf0498 commit d2907a6

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
@@ -197,7 +197,7 @@ The `_async` methods return an `EM::Deferrable` which you can bind callbacks to:
197197

198198
``` ruby
199199
Pusher.get_async("/channels").callback { |response|
200-
# use reponse[:channels]
200+
# use response[:channels]
201201
}.errback { |error|
202202
# error is an instance of Pusher::Error
203203
}

0 commit comments

Comments
 (0)