Skip to content

Commit

Permalink
chore(api): comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Nov 22, 2024
1 parent 45a5850 commit 4de357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/desecapi/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def has_permission(self, request, view):

class HasDeleteDomainPermission(permissions.BasePermission):
"""
Permission to check whether a token has "delete domian" permission.
Permission to check whether a token has "delete domain" permission.
"""

def has_permission(self, request, view):
Expand Down

0 comments on commit 4de357a

Please sign in to comment.