Skip to content

Commit ca9ff41

Browse files
mooredsCopilot
andauthored
fixed spelling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 620d73f commit ca9ff41

File tree

1 file changed

+2
-2
lines changed
  • astro/src/content/docs/extend/fine-grained-authorization

1 file changed

+2
-2
lines changed

astro/src/content/docs/extend/fine-grained-authorization/permify.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use FusionAuth with Permify, you need to do the following:
1616
* add permify checks to your application
1717

1818
<Aside type="note">
19-
Permify using the term entities to refer to anything that can have a relation in a Permify authorization schema. This is distinct and different from [FusionAuth entities](/docs/get-started/core-concepts/entity-management), which has no formal schema but is instead managed by code.
19+
Permify uses the term entities to refer to anything that can have a relation in a Permify authorization schema. This is distinct and different from [FusionAuth entities](/docs/get-started/core-concepts/entity-management), which has no formal schema but is instead managed by code.
2020

2121
For the remainder of this document, when the term entities is used, it refers to Permify entities. They may also be called fine-grained entities.
2222
</Aside>
@@ -33,7 +33,7 @@ If you want to see a fully functioning application, [clone the example GitHub re
3333

3434
### Installing Permify
3535

36-
To install Permify, please refer to the [Permify deployment guides](https://docs.permify.co/setting-up/installation/intro). These also offer guidane on system requirements and how to deploy the software into Kubernetes and other environments.
36+
To install Permify, please refer to the [Permify deployment guides](https://docs.permify.co/setting-up/installation/intro). These also offer guidance on system requirements and how to deploy the software into Kubernetes and other environments.
3737

3838
For local development you can install Permify using Docker compose in the same file as FusionAuth. Here's an excerpt for your Permify instance.
3939

0 commit comments

Comments
 (0)