Skip to content

Commit 7bbf793

Browse files
authored
Merge pull request #120 from joelr/patch-1
Typo on Readme
2 parents 5da3777 + d2907a6 commit 7bbf793

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

190190
``` ruby
191191
Pusher.get_async("/channels").callback { |response|
192-
# use reponse[:channels]
192+
# use response[:channels]
193193
}.errback { |error|
194194
# error is an instance of Pusher::Error
195195
}

0 commit comments

Comments
 (0)