Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Nov 18, 2024
1 parent 629419f commit 616167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/views/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Authorization is handled by the `DomainPermissionView`. To ensure that only
authorized users can see information on a domain, every view here should
inherit from `DomainPermissionView`. (or DomainInvitationPermissionCancelView).
inherit from `DomainPermissionView` (or DomainInvitationPermissionCancelView).
"""

from datetime import date
Expand Down

0 comments on commit 616167a

Please sign in to comment.