Skip to content

Commit

Permalink
Fix: typo in method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 28, 2016
1 parent 19b4898 commit 5fa81fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/slack-ruby-bot/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def initialize(options = {})

def run
loop do
handle_execeptions do
handle_exceptions do
handle_signals
start!
end
Expand Down Expand Up @@ -59,7 +59,7 @@ def restart!(wait = 1)

private

def handle_execeptions
def handle_exceptions
yield
rescue Slack::Web::Api::Error => e
logger.error e
Expand Down

0 comments on commit 5fa81fe

Please sign in to comment.