Skip to content

Commit

Permalink
fix(contact-form): fix typo (#11912)
Browse files Browse the repository at this point in the history
  • Loading branch information
stooj authored Jun 6, 2024
1 parent e3a8ee9 commit d23ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/stencil/src/components/hubspot-form/hubspot-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class HubspotForm {
private renderFailedToLoadForm() {
return (
<p>
There was an problem loading this form. Please try refreshing your browser, and if you continue to see this message, let us know at{" "}
There was a problem loading this form. Please try refreshing your browser, and if you continue to see this message, let us know at{" "}
<a href="mailto:[email protected]">[email protected]</a>.
</p>
);
Expand Down

0 comments on commit d23ffc6

Please sign in to comment.