Skip to content

Commit 167f290

Browse files
authored
fix content errors
1 parent 3e182db commit 167f290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

access-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ By default, all rules have the [admin access type](#access-types)
6767

6868
## Ownership-based access
6969

70-
Above rules are based on predefined roles, but you many want to grant user access only to their own records. For example, a platform like _Craiglist_ allows its users to create and manage classified ads only for them, not letting users edit others' content.
70+
Above rules are based on predefined roles, but you many want to grant user access only to their own records. For example, a platform like _Craigslist_ allows its users to create and manage classified ads only for them, not letting users edit others' content.
7171

7272
In Manifest, this is done simply by adding the `{condition: 'self'}` to a restricted policy:
7373

@@ -87,9 +87,9 @@ Project:
8787
- { access: restricted, allow: User, condition: self }
8888
```
8989

90-
See ? Just adding the `self` condition prevent creating projects for other users than themselves.
90+
See? Just adding the `self` condition prevent creating projects for other users than themselves.
9191

92-
Even if it looks very simple, it has slighlty different impact based on rule where it is added. See the following example:
92+
Even if it looks very simple, it has slightly different impact based on rule where it is added. See the following example:
9393

9494
```yaml
9595
policies:

0 commit comments

Comments
 (0)