diff --git a/coderd/rbac/policy.rego b/coderd/rbac/policy.rego index 485def49f3..4b94eafa91 100644 --- a/coderd/rbac/policy.rego +++ b/coderd/rbac/policy.rego @@ -111,7 +111,7 @@ org_mem := true { input.object.org_owner in org_members } -# If the oject has no organization, then the user is also considered part of +# If the object has no organization, then the user is also considered part of # the non-existent org. org_mem := true { input.object.org_owner == ""