Skip to content

Commit

Permalink
review writing style
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored Oct 13, 2023
1 parent 447065d commit 2af187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ would have to be set in the session:
self.session["tokens"] = ["base", "admin"]
```

There is however, a special token that allows users to access any protected
There is, however, a special token that allows users to access any protected
resource, regardless of what token it is protected with:

```python
Expand All @@ -67,7 +67,7 @@ another user can, but such usage is discouraged for security reasons.

## Templates

The access rights of an user can be checked in templates in order to output
The access rights of a user can be checked in templates in order to output
only the content that should be visible to each access level. Here's how to
show different content depending on whether the user is logged in or not:

Expand Down

0 comments on commit 2af187e

Please sign in to comment.