Skip to content

Commit 0672daa

Browse files
Update src/connections/destinations/actions.md
Co-authored-by: stayseesong <[email protected]>
1 parent a1988a0 commit 0672daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Output: [email protected]
348348
Explanation:
349349
* The `if` tag checks if `event.properties.email` exists.
350350
* The `downcase` filter converts the email to lowercase.
351-
* The `strip` filter removes leading/trailing whitespace.
351+
* The `strip` filter removes leading or trailing whitespace.
352352
* The `default` filter provides a fallback email if the input is missing.
353353

354354
##### Example 2: Transform phone number with conditional logic

0 commit comments

Comments
 (0)