fixed typo

This commit is contained in:
Alysia Broddrick 2023-09-11 05:52:33 -07:00
parent 36cdef225f
commit 9c4c67d014
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
class DomainInformation(TimeStampedModel):
"""A registrant's domain information for that domain, exported from
DomainApplication. We use these field from DomainAchpplication with few exceptation
DomainApplication. We use these field from DomainApplication with few exceptation
which are 'removed' via pop at the bottom of this file. Most of design for domain
management's user information are based on application, but we cannot change
the application once approved, so copying them that way we can make changes