From 796b2e4455f3229b697a1b2275d937eaf0f9f779 Mon Sep 17 00:00:00 2001 From: pravintargaryen <96950453+pravintargaryen@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:45:23 +0530 Subject: [PATCH] Typo Updated in quickstart.mdx Typo in line 84 word ('crate') instead of 'Create'. --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 4fb138a1..6b2c66c5 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -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`.