Skip to content

Commit f793933

Browse files
committed
fixing spelling for brewerydb script
1 parent 52e4a32 commit f793933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/brewerydb.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module.exports = (robot) ->
1717
robot.respond /beer me (.*)/i, (msg) ->
1818
unless process.env.BREWERYDB_API_KEY?
19-
msg.send "Please sepcify your BreweyDB API key in BREWERYDB_API_KEY"
19+
msg.send "Please specify your BreweyDB API key in BREWERYDB_API_KEY"
2020
return
2121
msg.http("http://api.brewerydb.com/v2/search")
2222
.query

0 commit comments

Comments
 (0)