-
Notifications
You must be signed in to change notification settings - Fork 310
chore: fix typos across all docs #2727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3e3a833
65a703f
ad8abea
fe055c2
099afbe
0126ad3
13e9ac3
38e265a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -63,7 +63,7 @@ What you can find in this tab: | |||||
|
|
||||||
| ## Schema Management | ||||||
|
|
||||||
| It’s expected that your initial schema will eventually change as your products evolves. | ||||||
| It’s expected that your initial schema will eventually change as your product evolves. | ||||||
|
|
||||||
| As new features, API endpoints, user requirements or compliance requirements are regularly rolled out, each addition often necessitates corresponding updates to your authorization model, [Permify Schema](../getting-started/modeling). | ||||||
|
|
||||||
|
|
@@ -77,7 +77,7 @@ The **Schemas** view lists the latest configured schemas with the [WriteSchema A | |||||
|
|
||||||
| ### Schema Deployments | ||||||
|
|
||||||
| One of the best practise to manage schema changes is setting up a central git repository that stores the schema YAML file. | ||||||
| Managing schema changes by setting up a central git repository that stores the schema YAML file is a best practice. | ||||||
|
|
||||||
| This way, you can centrally check and approve every schema change before deploying it. | ||||||
|
|
||||||
|
|
@@ -91,7 +91,7 @@ In Permify Cloud we even streamline this management process for you with connect | |||||
|
|
||||||
| With **Schema Management GitOps Workflow**, you can now automatically deploy authorization models to Permify directly from your GitHub repository. | ||||||
|
|
||||||
| Similar deploying your Vercel application with GitHub Actions. And we show these deployments in the **Deployments** view. | ||||||
| Similar to deploying your Vercel application with GitHub Actions. And we show these deployments in the **Deployments** view. | ||||||
|
|
||||||
| ### How Schema Deployment Works ? | ||||||
|
|
||||||
|
|
@@ -155,7 +155,7 @@ If all tests pass, the model is seamlessly deployed to Permify, and you can moni | |||||
|
|
||||||
| ### Schema Staging | ||||||
|
|
||||||
| In above example we directly pushed our change to master branch. And this deployment records labeled as **production** by default. | ||||||
| In the above example we directly pushed our change to the master branch. And this deployment record is labeled as **production** by default. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix missing comma and sentence starting with conjunction. The line has two grammar issues:
🔎 Suggested fix-In the above example we directly pushed our change to the master branch. And this deployment record is labeled as **production** by default.
+In the above example, we directly pushed our change to the master branch. This deployment record is labeled as **production** by default.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| If you have at least a couple of engineers who can make schema changes, you will want to have a review process for these changes. | ||||||
|
|
||||||
|
|
@@ -227,7 +227,7 @@ To learn more how it works and how to configure it, see the [Schema Management]( | |||||
|
|
||||||
| The **Garbage Collector** is a mechanism designed to clean up expired or idle relation tuples. | ||||||
|
|
||||||
| This is particularly important when schemas are changed or created frequently, as it can lead to the creation of many unused tuples within time. | ||||||
| This is particularly important when schemas are changed or created frequently, as it can lead to the creation of many unused tuples over time. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
|
|
@@ -241,7 +241,7 @@ Autoscaling is by default activated in Permify Cloud. | |||||
|
|
||||||
|  | ||||||
|
|
||||||
| It automatically adjust resource allocation to meet demand, ensuring optimal performance and cost-efficiency. | ||||||
| It automatically adjusts resource allocation to meet demand, ensuring optimal performance and cost-efficiency. | ||||||
|
|
||||||
| ### Consistent Hashing | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix sentence fragment and conjunction at start.
The line contains two grammar issues:
🔎 Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents