Skip to content

Commit 38e265a

Browse files
committed
tweaked wording to read better
1 parent 13e9ac3 commit 38e265a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/getting-started/sync-data.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ In Write Data API response you'll get a snap token of the operation.
179179
}
180180
```
181181

182-
This token consists of an encoded timestamp, which is used to ensure fresh results in access control checks. We're suggesting using snap tokens in production to prevent data inconsistency and optimize performance. See more on [Snap Tokens](../operations/snap-tokens)
182+
This token consists of an encoded timestamp, which is used to ensure fresh results in access control checks. We're suggesting using snap tokens in production to prevent data inconsistency and optimize performance. See more on [Snap Tokens](../operations/snap-tokens).
183183

184184
## More Examples
185185

@@ -362,10 +362,10 @@ curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/data/write
362362
<Note>
363363
Note: `relation: “...”` used when subject type is different from **user** entity. **#…** represents a relation that does not affect the semantics of the tuple.
364364

365-
Simply, the usage of ... is straightforward: if you're using the user entity as a subject, you should not be using the `...` If you're using another subject rather than the user entity then you need to use the `...`
365+
Simply, the usage of ... is straightforward: if you're using the user entity as a subject, you should not be using the `...` If you're using another subject rather than the user entity then you need to use the `...` .
366366
</Note>
367367

368-
### Organization Members Are Maintainers in specific Doc
368+
### Organization Members Are Maintainers Of A Specific Doc
369369

370370
**Created relational tuple:** document:1#maintainer@organization:2#member
371371

@@ -469,4 +469,4 @@ We have a strong foundation for permission baselining and review, thanks to MVCC
469469

470470
**Current State Review:** You can review the current state of permissions by examining the latest versions of each permission setting.
471471

472-
**Cleanup:** Your system incorporates a garbage collector for managing old data, which helps keep your permissions structure clean and optimized.
472+
**Cleanup:** Your system incorporates a garbage collector for managing old data, which helps keep your permissions structure clean and optimized.

docs/permify-overview/authorization-service.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can get started quickly with a [simple API](../getting-started/enforcement)
5454

5555
Permify is based on [Google Zanzibar], which is the global authorization system used at Google for handling authorization for hundreds of its services and products including; YouTube, Drive, Calendar, Cloud and Maps.
5656

57-
The Zanzibar system achieved more than 95% of the access checks responded in 10 milliseconds and has maintained more than 99.999% availability for the 3-year period.
57+
The Zanzibar system achieved more than 95% of the access checks responded to in 10 milliseconds and has maintained more than 99.999% availability for the 3-year period.
5858

5959
Permify applies proven techniques that Google used. We’re trying to make Zanzibar available to everyone to use and benefit in their applications and services
6060

docs/permify-overview/faqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ As we can see above: only users with an admin role in an organization, which `do
6161

6262
**Q2:** Get admins of the organization where `document:12` belongs to.
6363

64-
Since edit action consists of **or** between owner and parent.admin, if Permify Engine finds user:3 in results of one of these queries then it terminates the other ongoing queries and returns authorized true to the client.
64+
Since edit action consists of **or** between owner and parent.admin, if Permify Engine finds user:3 in the results of one of these queries then it terminates the other ongoing queries and returns authorized true to the client.
6565

6666
Rather than **or**, if we had an **and** relation then Permify Engine waits for the results of these queries before returning a decision.
6767

0 commit comments

Comments
 (0)