Skip to content

Commit b908588

Browse files
Apply suggestions from code review
1 parent dad69a8 commit b908588

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
@@ -209,7 +209,7 @@ The replace function allows you to replace a string, integer, or boolean with a
209209

210210
### Flatten function
211211

212-
The flatten function allows you to flatten a nested object to an object with a depth of 1. Keys will be delimited by the configured separator. For example, an object like {a: { b: { c: 1 }, d: 2 } } will be converted to { 'a.b.c': 1, 'a.d': 2 }.
212+
The flatten function allows you to flatten a nested object to an object with a depth of 1. Keys are delimited by the configured separator. For example, an object like {a: { b: { c: 1 }, d: 2 } } will be converted to { 'a.b.c': 1, 'a.d': 2 }.
213213

214214
### Conditions
215215

0 commit comments

Comments
 (0)