Skip to content

Commit

Permalink
Doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Dec 19, 2023
1 parent 0c43122 commit 80ce92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ Portanto para verificar se um usuário logado possui permissão de excluir um de
from orders.models import Order
from users.models import User

def bultin_way_of_checking_perms(user: User, order: Order):
def builtin_way_of_checking_perms(user: User, order: Order):
if user.has_perm("orders.delete_order"):
...
```
Expand Down

0 comments on commit 80ce92b

Please sign in to comment.