Update plugin author permission docs

Signed-off-by: Joon Park <joonp@spotify.com>
This commit is contained in:
Joon Park
2022-04-12 13:51:44 +01:00
parent e566ac0295
commit cad2ccf728
@@ -151,7 +151,7 @@ Now, let's create the new endpoint by editing `plugins/todo-list-backend/src/ser
## Test the authorized update endpoint
Now let's go back to the permission policy's handle function (which would normally be written by your adopters) and try to authorize our new permission.
Now let's go back to the permission policy's handle function (which would normally be written by your integrators) and try to authorize our new permission.
Let's edit `packages/backend/src/plugins/permission.ts`: