Skip to content

Commit

Permalink
fix(docs): fix wording (#720)
Browse files Browse the repository at this point in the history
Co-authored-by: Raghd Hamzeh <[email protected]>
  • Loading branch information
indiepopart and rhamzeh authored Apr 23, 2024
1 parent 3aab70e commit 9c7a703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ When Anne is connecting from a denied ip address range or timeslot, <ProductName
Contextual tuples:

- Are not persisted in the store.
- Are only supported on the <UpdateProductNameInLinks link="/api/service#Relationship%20Queries/Check" name="Check API endpoint" /> and <UpdateProductNameInLinks link="/api/service#Relationship%20Queries/ListObjects" name="ListObjects API endpoint" />. They are not supported on read, expand and other endpoints.- If you are using the [ReadChanges API endpoint](/api/service#Relationship%20Tuples/ReadChanges) to build a permission aware search index, note that it will not be trivial to take contextual tuples into account.
- Are only supported on the <UpdateProductNameInLinks link="/api/service#Relationship%20Queries/Check" name="Check API endpoint" /> and <UpdateProductNameInLinks link="/api/service#Relationship%20Queries/ListObjects" name="ListObjects API endpoint" />. They are not supported on read, expand and other endpoints.
- If you are using the <UpdateProductNameInLinks link="/api/service#Relationship%20Tuples/ReadChanges" name="Read Changes API endpoint" /> to build a permission aware search index, note that it will not be trivial to take contextual tuples into account.

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/content/modeling/modular-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ type organization # module: core, file: core.fga
define member: [user] or admin
define can_create_project: admin # extended by: module: issue-tracker, file: issue-tracker/projects.fga
define can_create_space: admin # extended by: module: wiki, file: wiki.fga
```
```
2 changes: 1 addition & 1 deletion docs/content/modeling/testing-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ model: |
type user
type organization
relations:
relations
define member : [user]
define admin : [user with non_expired_grant]
Expand Down

0 comments on commit 9c7a703

Please sign in to comment.