Skip to content

Commit 17ba001

Browse files
committed
typo
1 parent e47fe90 commit 17ba001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/messagebird/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Client
2121
attr_reader :access_key
2222

2323
def initialize(access_key = nil)
24-
@access_key = access_key || ENV['MESSAGE_BIRD_ACCES_KEY']
24+
@access_key = access_key || ENV['MESSAGE_BIRD_ACCESS_KEY']
2525
end
2626

2727
def request(method, path, params={})

0 commit comments

Comments
 (0)