Skip to content

Commit

Permalink
fix(docs-site) cloud form copy spelling error (datahub-project#11455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Oct 7, 2024
1 parent ad24cf1 commit 7884c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-website/src/pages/cloud/DemoForm/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ const DemoForm = ({ formId }) => {
<div className={clsx(styles.formContainer)}>
<div className={clsx(styles.formContent)}>
<div className={clsx(styles.formHeader)}>
<div className={clsx(styles.formTitle)}>Book a free Demo</div>
<div className={clsx(styles.formTitle)}>Book a Demo</div>
<div className={clsx(styles.formSubtitle)}>
Schedule a personalized demo and get a free a trial.
Schedule your personalized demo and get a free trial.
</div>
</div>
<div id={`hubspotForm-${formId}`} className={styles.hubspotForm}></div> {/* Use unique ID */}
Expand Down

0 comments on commit 7884c85

Please sign in to comment.