Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
Cito and TheByronHimes authored Mar 20, 2024
1 parent 5e993b2 commit e63737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ars/adapters/inbound/fastapi_/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ async def require_steward_context(
# policy for requiring and getting an auth context
UserAuthContext = Annotated[AuthContext, Security(require_auth_context)]

# policy fo requiring and getting an auth context with data steward role
# policy for requiring and getting an auth context with data steward role
StewardAuthContext = Annotated[AuthContext, Security(require_steward_context)]

0 comments on commit e63737f

Please sign in to comment.