Skip to content

Commit

Permalink
spelling corrected on unknown content type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria committed Dec 10, 2024
1 parent d80db41 commit b228dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ public async Task Content_Will_Contain_Warning_If_Data_Has_An_Unknown_Content_Ty

// assert
response.StatusCode.Should().Be(HttpStatusCode.OK);
responseContent.Should().Contain("You have used an unkown content type");
responseContent.Should().Contain("You have used an unknown content type");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text">
<span class="govuk-warning-text__assistive">Warning</span>
You have used an unkown content type. Please do not publish this content into a production environment.
You have used an unknown content type. Please do not publish this content into a production environment.
</strong>
</div>

0 comments on commit b228dc9

Please sign in to comment.