From 5a77daac601c00edfc44cc5bc0f921101147e2a5 Mon Sep 17 00:00:00 2001 From: atomicpirate Date: Fri, 5 Aug 2016 10:18:13 -0400 Subject: [PATCH] Minor fix: "lookup up" -> "looking up" --- website/source/docs/internals/acl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/acl.html.markdown b/website/source/docs/internals/acl.html.markdown index 03311e0b21..e441109d41 100644 --- a/website/source/docs/internals/acl.html.markdown +++ b/website/source/docs/internals/acl.html.markdown @@ -405,7 +405,7 @@ check: In the common case, the ACL Token of the invoker is used to test the ability to look up a service. If a `Token` was specified when the prepared query was created, the behavior changes and now the captured -ACL Token set by the definer of the query is used when lookup up a service. +ACL Token set by the definer of the query is used when looking up a service. Capturing ACL Tokens is analogous to [PostgreSQL’s](http://www.postgresql.org/docs/current/static/sql-createfunction.html)