Skip to content

Commit

Permalink
Typo on error page (#14449)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydillon authored Oct 25, 2024
1 parent 52a3871 commit 9959676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/src/advantage/distributor/DistributorShop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const DistributorShop = () => {
if (!offer) {
return (
<Strip className="p-section">
<h1>Somethinig is wrong.</h1>
<h1>Something is wrong.</h1>
<p>
Initiate order again at <a href="/pro/distributor">this page</a>.
</p>
Expand Down

0 comments on commit 9959676

Please sign in to comment.