From 23fae2ee6776ea0c916e3754235bda7695ebf2aa Mon Sep 17 00:00:00 2001 From: Josh Price Date: Wed, 23 Nov 2022 14:06:03 +1100 Subject: [PATCH] docs: fix typo (#455) --- lib/ash/policy/authorizer.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash/policy/authorizer.ex b/lib/ash/policy/authorizer.ex index b4ec314c..878ea541 100644 --- a/lib/ash/policy/authorizer.ex +++ b/lib/ash/policy/authorizer.ex @@ -202,7 +202,7 @@ defmodule Ash.Policy.Authorizer do policies do # Anything you can use in a condition, you can use in a check, and vice-versa # This policy applies if the actor is a super_user - # Addtionally, this policy is declared as a `bypass`. That means that this check is allowed to fail without + # Additionally, this policy is declared as a `bypass`. That means that this check is allowed to fail without # failing the whole request, and that if this check *passes*, the entire request passes. bypass actor_attribute_equals(:super_user, true) do authorize_if always()