twilio / authy-ruby

**Deprecated** Ruby library to access the authy API
MIT License
156 stars 47 forks source link

Fix typo in %w #51

Closed ilyasgaraev closed 5 years ago

ilyasgaraev commented 5 years ago
%w(sms, call) # => ["sms,", "call"]
%w(sms call) # => ["sms", "call"]
senekis commented 5 years ago

Thanks @ilyasgaraev