Skip to content

Commit 0126ad3

Browse files
committed
tweaked wording
1 parent 099afbe commit 0126ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For implementation's sake we'll not dive deeper into modeling but you can find m
112112
After modeling is completed, you need to send Permify Schema - the authorization model - to [Write Schema API](../../api-reference/schema/write-schema) for configuration of your authorization model on the Permify authorization service.
113113

114114
<Warning>
115-
You'll see the **tenant_id** parameter in almost all Permify APIs including Write Schema. With version 0.3.x Permify became a tenancy-based authorization infrastructure, and supports multi-tenancy by default so it's a mandatory parameter when doing any operations.
115+
You'll see the **tenant_id** parameter in almost all Permify APIs including Write Schema. With version 0.3.x Permify became tenancy-based authorization infrastructure, and supports multi-tenancy by default so it's a mandatory parameter when doing any operations.
116116

117117
We provide a pre-inserted tenant - **t1** - for ones that don't need/want to use multi-tenancy. So, we will be passing **t1** to all tenant id parameters throughout this guidance.
118118
</Warning>

0 commit comments

Comments
 (0)