Skip to content

Commit 36f5d77

Browse files
Merge pull request #3313 from estevanbs/patch-1
fix(authorization): fix formatting of warning notice in authorization.md
2 parents 250b677 + 25862dc commit 36f5d77

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)