We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47fe90 commit 17ba001Copy full SHA for 17ba001
lib/messagebird/client.rb
@@ -21,7 +21,7 @@ class Client
21
attr_reader :access_key
22
23
def initialize(access_key = nil)
24
- @access_key = access_key || ENV['MESSAGE_BIRD_ACCES_KEY']
+ @access_key = access_key || ENV['MESSAGE_BIRD_ACCESS_KEY']
25
end
26
27
def request(method, path, params={})
0 commit comments