Skip to content

Commit 8024808

Browse files
authored
Minor grammatical fixes
- remove "in" from line 58 - add "sends" to line 69 - add inline code for reference to track call
1 parent 8fbe101 commit 8024808

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/google-tag-manager

1 file changed

+2
-2
lines changed

src/connections/destinations/catalog/google-tag-manager/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ analytics.track('Article Completed', {
5555
});
5656
```
5757

58-
When you make a Track call in with GTM enabled through Segment, the event data is pushed to the GTM `dataLayer`.
58+
When you make a `track` call with GTM enabled through Segment, the event data is pushed to the GTM `dataLayer`.
5959

6060
For example, if you make this `track` call:
6161

@@ -66,7 +66,7 @@ analytics.track('Played Video', {
6666
})
6767
```
6868

69-
Segment it to the `dataLayer` as an object like this:
69+
Segment sends it to the `dataLayer` as an object like this:
7070

7171
```json
7272
{

0 commit comments

Comments
 (0)