From c8b8424f116eff68dd49d900203eba02669b92ba Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Tue, 15 Mar 2022 17:20:58 +0000 Subject: [PATCH] docs: fix bad whitespace in permission tutorial Signed-off-by: MT Lewis --- .../plugin-authors/02-adding-a-basic-permission-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md b/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md index 939d72c84e..14641b496e 100644 --- a/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md +++ b/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md @@ -10,7 +10,7 @@ For this tutorial, we'll use a basic permission check to authorize the `create` We'll start by creating a new permission, and then we'll use the permission api to call `authorize` with it during todo creation. -## Setup +## Setup Install the following module: