Skip to content

Commit 23c4e71

Browse files
authored
Fix integrations object typo (#3683)
1 parent 7d6fc87 commit 23c4e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Other libraries only collect `context.library`, any other context variables must
194194

195195
## Integrations
196196

197-
A dictionary of destination names that the message should be sent to. `'All'` is a special key that applies when no key for a specific destination n is found.
197+
A dictionary of destination names that the message should be sent to. `'All'` is a special key that applies when no key for a specific destination is found.
198198

199199
Integrations defaults to the following:
200200

0 commit comments

Comments
 (0)