Skip to content

Commit

Permalink
Merge pull request #364 from pravintargaryen/patch-1
Browse files Browse the repository at this point in the history
Typo Updated in quickstart.mdx
  • Loading branch information
orweis authored Jun 5, 2024
2 parents b5706d3 + 796b2e4 commit 98964b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The first step is to create a role for each user. In this example, we will creat
### Creating a resource and actions

Once we created our role, the next step is to create a resource, and actions that we can perform on that resource. In this example
we create a resource called a `Document` and utilize the basic pre-defined actions Permit provides (`crate`, `read`, `update` and `delete`),
we create a resource called a `Document` and utilize the basic pre-defined actions Permit provides (`create`, `read`, `update` and `delete`),
as well as assign our own bespoke actions: `publish`.

<video controls autoPlay loop>
Expand Down

0 comments on commit 98964b3

Please sign in to comment.