Skip to content

Commit 8668788

Browse files
Fix typo in the documentation (#606)
* docs: fix typo * Update docs/embeddable-uis/element-login.mdx --------- Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
1 parent 1a8e59e commit 8668788

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/embeddable-uis/element-login.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,9 @@ There are few things that need to be configured here:
530530
7. `envId` (Optional) - Required for **frontendOnly** login method, you need to pass the Permit.io Environment Key or ID here.
531531

532532
:::tip
533-
We recommend to place the login close the the user's authentication part, after the user's identity confirmed by the Authentication provider you are using, but **just before** the Permit.io Element is loaded.
533+
We recommend to place the login close to the user's authentication part, after the user's identity confirmed by the Authentication provider you are using, but **just before** the Permit.io Element is loaded.
534534
:::
535535

536-
537536
### Use The `login` Method
538537

539538
There are **4 supported login options** choose the one that you are using in your backend.

docs/modeling/rebac-GHC.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ To implement the ABAC permissions using Permit:
231231
For the sake of this demo, we will use the second option, as we want to demonstrate the flexibility of the Permit as a solution.
232232

233233
:::note
234-
You can find the the generated and custom policy code in the following repository - https://github.com/permitio/ghc-demo-policy
234+
You can find the generated and custom policy code in the following repository - https://github.com/permitio/ghc-demo-policy
235235
:::
236236

237237
### Configure GitOps

0 commit comments

Comments
 (0)