Skip to content

Commit 2c4dbc3

Browse files
authored
remove indentations sigh (#472)
1 parent 8613b02 commit 2c4dbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/content/integration-foot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To learn more about about Connection Modes and what dictates which we support, [
3333

3434
{% if currentIntegration.platforms.mobile == true %}
3535
{% if currentIntegration.platforms.server == true %}
36-
Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
36+
Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
3737
{% else %}
38-
This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
38+
This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
3939
{% endif %}
4040
{% endif %}
4141
{% endunless %}

0 commit comments

Comments
 (0)