Skip to content

Commit 36c9b07

Browse files
committed
fix nits [netlify-build]
1 parent 037d96c commit 36c9b07

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/actions-algolia-insights

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/actions-algolia-insights/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ By default, Algolia has set up mappings for `Product List Filtered`, `Product Cl
5858

5959
## Track
6060

61-
If you're not familiar with the Segment spec, take a look to understand what the [Track method](/docs/connections/spec/track/) does.
61+
If you're not familiar with the Segment spec, take a look to understand what the [Track](/docs/connections/spec/track/) method does.
6262

6363
Algolia supports the following Segment events out of the box:
6464

@@ -132,9 +132,9 @@ analytics.track('Order Completed', {
132132
{
133133
product_id: "hit objectID",
134134
queryID: "Algolia queryID",
135-
// ... other required properties from the spec
135+
// ...
136136
},
137-
// ...
137+
// ... other required properties from the spec
138138
]
139139
})
140140
```

0 commit comments

Comments
 (0)