Skip to content

Commit

Permalink
Fix missing space in entitlements.mdx (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrés Aguiar <[email protected]>
  • Loading branch information
moshfiqrony and aaguiarz authored Dec 27, 2023
1 parent 0332dee commit 035c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/modeling/advanced/entitlements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ By the end of this tutorial, you should be able to query <ProductName format={Pr

### 01. Building The Initial Authorization Model And Relationship Tuples

In this tutorial you are going to take a different approach to previous tutorials. You will start with a simple<ProductConcept section="what-is-an-authorization-model" linkName="authorization model" />, add <ProductConcept section="what-is-a-relationship-tuple" linkName="relationship tuples" /> to represent some sample scenarios, and iterate until those scenarios return the results you expect.
In this tutorial you are going to take a different approach to previous tutorials. You will start with a simple <ProductConcept section="what-is-an-authorization-model" linkName="authorization model" />, add <ProductConcept section="what-is-a-relationship-tuple" linkName="relationship tuples" /> to represent some sample scenarios, and iterate until those scenarios return the results you expect.

In the scenarios outlined above, you have `organizations`, `plans` and `features`.

Expand Down

0 comments on commit 035c9f8

Please sign in to comment.