Skip to content

Commit

Permalink
Merge pull request #21 from pocke/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mergecat[bot] authored Oct 27, 2017
2 parents 33d828a + e52c780 commit f52b8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you using Basecamp3 and Slack, try this!
* All functions are implemented synchronously. Worker process is not required.
* It works only with Heroku and MySQL add-on.
* Configuration
* Please edit secrets.yml or your enviroment variables.
* Please edit secrets.yml or your environment variables.
* About Slack
* ENV["SLACK_INCOMING_WEBHOOK_URL"]
* Please add new incoming webhook to your slack channnel. And set the url to env
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/setup_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def callback
res = https.request(req)
auth_json = JSON.parse(res.body)

# Store token to database. latest registerd token will use
# Store token to database. latest registered token will use
AccessToken.create access_token: auth_json["access_token"],
refresh_token: auth_json["refresh_token"],
expires_at: (Time.now.utc + auth_json["expires_in"])
Expand Down

0 comments on commit f52b8ff

Please sign in to comment.