Skip to content

Commit ac4e733

Browse files
committed
334 - fixed comment
1 parent a1c8bed commit ac4e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rig_inbound_gateway/api_proxy/validations.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ defmodule RigInboundGateway.ApiProxy.Validations do
9292
def validate_endpoint_path(endpoint) do
9393
errors = validate_string(endpoint, "path") ++ validate_string(endpoint, "path_regex")
9494

95-
# each option can produce 2 errors, so 4 in total, therefore 2 is min the min value for number of errors
95+
# each option can produce 2 errors, so 4 in total, therefore 2 is the min value for number of errors
9696
with_any_error(errors, 2)
9797
end
9898

0 commit comments

Comments
 (0)