Skip to content

Commit 6ba9765

Browse files
committed
Use .md list automatic numbering
1 parent 13da7cf commit 6ba9765

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/reference/using-api

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/cel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ API resource checks are performed as follows:
164164
Non-resource authorization performed are used as follows:
165165

166166
1. specify only a path: `Authorizer.path(string) PathCheck`
167-
2. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
168-
3. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.
167+
1. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
168+
1. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.
169169

170170
To perform an authorization check for a service account:
171171

0 commit comments

Comments
 (0)