Skip to content

Commit e16b923

Browse files
authored
Merge pull request #7496 from segmentio/fix-031425
Hubspot (Classic) destination fixes
2 parents 5e229f4 + 36b9b2e commit e16b923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_includes/content/destination-maintenance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
{% endif %}
1212

1313
<div class="premonition warning"><div class="fa fa-check-square"></div><div class="content"><p class="header">{{page.title | replace: 'Destination', ''}} (Classic) is in Maintenance mode</p>
14-
<p markdown=1>The {{name}} (Classic) Destination has entered maintenance mode. Future updates are limited to security updates and bug fixes. {{blurb}}</p>
14+
<p markdown=1>The {{name}} Destination has entered maintenance mode. Future updates are limited to security updates and bug fixes. {{blurb}}</p>
1515
</div></div>

src/connections/destinations/catalog/hubspot/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ When using any of Segment's server-side sources, a connector infers `traits.life
223223

224224
### Loading Forms SDK
225225

226-
Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside their tracking library. Enable the **Load Forms SDK** setting when you your HubSpot integration.
226+
Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside HubSpot's tracking library. Enable the **Load Forms SDK** setting for your HubSpot integration.
227227

228228
> info ""
229229
> The Forms SDK expects to load synchronously but analytics.js loads asynchronously. To interact with the API, run code inside an [analytics.ready](/docs/connections/sources/catalog/libraries/website/javascript/#ready) callback. For example:

0 commit comments

Comments
 (0)