Skip to content

Commit 25862dc

Browse files
authored
fix(authorization): fix formatting of warning notice in authorization.md
Fix the note about the CASL special word `manage` to follow the same pattern as `all`.
1 parent 250b677 commit 25862dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export enum Action {
220220
}
221221
```
222222

223-
> warning **Notice** `manage` is a special keyword in CASL which represents "any" action.
223+
> warning **Notice** `manage` is a special keyword in CASL which represents "any action".
224224
225225
To encapsulate CASL library, let's generate the `CaslModule` and `CaslAbilityFactory` now.
226226

0 commit comments

Comments
 (0)