Update docs/backend-system/building-backends/08-migrating.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2024-04-08 09:53:31 -05:00
committed by GitHub
parent 9179ea4944
commit 989903ee9a
@@ -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