Skip to content

Commit 7a1f0de

Browse files
csarvenTallTed
andauthored
"If" instead of "Is"
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 5622dbb commit 7a1f0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ be trusted. This is the algorithm the server must go through.
375375

376376
- If the requested mode is available to the public, then succeed `200 OK` with added CORS headers ACAO and ACAH. **
377377
- If the user is *not* logged on, then fail `401 Unauthenticated`.
378-
- Is the authenticated user is *not* allowed access, AND the class AuthenticatedAgent is not allowed access, then fail `403 User Unauthorized`.
378+
- If the authenticated user is *not* allowed access, AND the class AuthenticatedAgent is not allowed access, then fail `403 User Unauthorized`.
379379
- If the Origin header is not present, then succeed `200 OK`.
380380
- If the Origin is allowed by the ACL, then succeed `200 OK` with added CORS headers ACAO and ACAH.
381381
- (In future proposed) Look up the owner's webid(s) to check for trusted apps declared there, and if match, succeed `200 OK` with added CORS headers ACAO and ACAH.

0 commit comments

Comments
 (0)