Skip to content

Commit 82a5a86

Browse files
committed
Fix typo on "at least"
1 parent 2a2092b commit 82a5a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/openapi3_parser/node_factory/server_variable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def enum_factory(context)
2020
validate: lambda do |validatable|
2121
return if validatable.input.any?
2222

23-
validatable.add_error("Expected atleast one value")
23+
validatable.add_error("Expected at least one value")
2424
end
2525
)
2626
end

0 commit comments

Comments
 (0)