Skip to content

Commit aaec82d

Browse files
committed
fix: fixes CreateAbility type typos and wrong types in parameters
this is just a fix commit message commit for "ef48c3a9f65df771879a0c5c9a3a434c3b2d5b3a"
1 parent ef48c3a commit aaec82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/casl-ability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Lets define `Ability` for a blog website where visitors:
3030
* cannot delete a post if it was created more than a day ago
3131

3232
```js
33-
import { AbilityBuilder, createMongoAbility } from '@casl/ability'
33+
import { AbilityBuilder, createMongoAbility } from '@casl/ability';
3434
import { User } from '../models'; // application specific interfaces
3535

3636
/**

0 commit comments

Comments
 (0)