Skip to content

Commit 08adba8

Browse files
committed
Update the missing key error copy to be consistent with missing keys
1 parent ad4e248 commit 08adba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/figaro/error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class RailsNotInitialized < Error; end
55

66
class MissingKey < Error
77
def initialize(key)
8-
super("Missing required Figaro configuration key #{key.inspect}.")
8+
super("Missing required configuration key: #{key.inspect}")
99
end
1010
end
1111

0 commit comments

Comments
 (0)