Skip to content

Commit

Permalink
Typo fix EPXRESS_PASSWORD -> EXPRESS_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronMarx committed Nov 7, 2014
1 parent b01a729 commit 5ffcc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ module.exports = (robot) ->

## HTTP Listener

Hubot includes support for the [express](http://expressjs.com/guide.html) web framework to serve up HTTP requests. It listens on the port specified by the `PORT` environment variable, and defaults to 8080. An instance of an express application is available at `robot.router`. It can be protected with username and password by specifying `EXPRESS_USER` and `EPXRESS_PASSWORD`. It can automatically serve static files by setting `EXPRESS_STATIC`.
Hubot includes support for the [express](http://expressjs.com/guide.html) web framework to serve up HTTP requests. It listens on the port specified by the `PORT` environment variable, and defaults to 8080. An instance of an express application is available at `robot.router`. It can be protected with username and password by specifying `EXPRESS_USER` and `EXPRESS_PASSWORD`. It can automatically serve static files by setting `EXPRESS_STATIC`.

The most common use of this is for providing HTTP end points for services with webhooks to push to, and have those show up in chat.

Expand Down

0 comments on commit 5ffcc7f

Please sign in to comment.