Skip to content

Commit 2f1db94

Browse files
committed
typo
1 parent e393b36 commit 2f1db94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hubspot/actions/search-crm/search-crm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
props.searchValue = {
9090
type: "string",
9191
label: "Search Value",
92-
description: "Search for objects where the specified search field/property contains an match of the search value",
92+
description: "Search for objects where the specified search field/property contains an exact match of the search value",
9393
};
9494
const defaultProperties = this.getDefaultProperties();
9595
if (defaultProperties?.length) {

0 commit comments

Comments
 (0)