From 956c320a1b49f271c71113f59af46d516f6c00cc Mon Sep 17 00:00:00 2001 From: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:57:40 -0400 Subject: [PATCH] Update src/registrar/views/domain_request.py Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- src/registrar/views/domain_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/views/domain_request.py b/src/registrar/views/domain_request.py index de567c1be..eb87aa52c 100644 --- a/src/registrar/views/domain_request.py +++ b/src/registrar/views/domain_request.py @@ -449,7 +449,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView): else: # Reset the above logic to be extra safe; # we do not want to stumble into a situation where a user - # unkowingly overrites when she thinks she's working on a + # unknowingly overwrites when she thinks she's working on a # new request self.request.session["new_request"] = True self.steps.current = step