From 989903ee9af6f15d41430745aabb8c52cd0127b6 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:53:31 -0500 Subject: [PATCH] Update docs/backend-system/building-backends/08-migrating.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- docs/backend-system/building-backends/08-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend-system/building-backends/08-migrating.md b/docs/backend-system/building-backends/08-migrating.md index 622be11160..6dcf17431e 100644 --- a/docs/backend-system/building-backends/08-migrating.md +++ b/docs/backend-system/building-backends/08-migrating.md @@ -1167,7 +1167,7 @@ backend.add( /* highlight-add-end */ ``` -> Note: the above includes a default allow all policy, if that is not what you want do not add the 2nd line. +> Note: The above example includes a default allow-all policy. If that is not what you want, do not add the second line and instead investigate one of the options below. #### Custom Permission Policy