Skip to content

Commit 5527ffd

Browse files
committed
fix product viewed typos
1 parent e52a42f commit 5527ffd

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

packages/destination-actions/src/destinations/algolia-insights/productListViewedEvents/generated-types.ts

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/algolia-insights/productViewedEvents/generated-types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/algolia-insights/productViewedEvents/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import type { Payload } from './generated-types'
77
export const productViewedEvents: ActionDefinition<Settings, Payload> = {
88
title: 'Product Viewed Events',
99
description:
10-
'Product view events act as a positive signal for associated record objects — the associated Product ID. Query ID is optional and indicates that the view events is the result of a search query.',
10+
'Product view events act as a positive signal for associated record objects — the associated Product ID. Query ID is optional and indicates that the view event is the result of a search query.',
1111
fields: {
1212
objectID: {
1313
label: 'Product ID',
14-
description: 'Product ID of the clicked item.',
14+
description: 'Product ID of the viewed item.',
1515
type: 'string',
1616
required: true,
1717
default: {

0 commit comments

Comments
 (0)