We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c8bed commit ac4e733Copy full SHA for ac4e733
lib/rig_inbound_gateway/api_proxy/validations.ex
@@ -92,7 +92,7 @@ defmodule RigInboundGateway.ApiProxy.Validations do
92
def validate_endpoint_path(endpoint) do
93
errors = validate_string(endpoint, "path") ++ validate_string(endpoint, "path_regex")
94
95
- # each option can produce 2 errors, so 4 in total, therefore 2 is min the min value for number of errors
+ # each option can produce 2 errors, so 4 in total, therefore 2 is the min value for number of errors
96
with_any_error(errors, 2)
97
end
98
0 commit comments