We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2092b commit 82a5a86Copy full SHA for 82a5a86
1 file changed
lib/openapi3_parser/node_factory/server_variable.rb
@@ -20,7 +20,7 @@ def enum_factory(context)
20
validate: lambda do |validatable|
21
return if validatable.input.any?
22
23
- validatable.add_error("Expected atleast one value")
+ validatable.add_error("Expected at least one value")
24
end
25
)
26
0 commit comments