Skip to content

Commit 572c9f2

Browse files
committed
typo
1 parent 0d5a474 commit 572c9f2

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

index.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports.handler = (event, context) ->
1313
console.log "after client.publish()"
1414

1515
client.end()
16-
console.log "after cleint.end()"
16+
console.log "after client.end()"
1717

1818
client.on "close", (-> context.done null, "SUCCESS")
1919
client.on "error", (-> context.done null, "ERROR")

index.js

+7-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)