Skip to content

Commit

Permalink
Merge pull request #17 from sidonath/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in an exception message
  • Loading branch information
adia-stansbury committed Oct 14, 2018
2 parents 47b93ab + ab5ddf6 commit aed8f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firebase_cloud_messenger/firebase_object.rb
Expand Up @@ -9,7 +9,7 @@ def initialize(data, fields)
end

if data.any?
raise ArgumentError, "Keys must be one on #{fields.inspect}"
raise ArgumentError, "Keys must be one of #{fields.inspect}"
end
end

Expand Down

0 comments on commit aed8f00

Please sign in to comment.