Skip to content

Commit 97a1634

Browse files
authored
fix: Don't mention Request (#1446)
1 parent c003704 commit 97a1634

File tree

1 file changed

+1
-1
lines changed
  • src/collections/_documentation/development/sdk-dev/event-payloads

1 file changed

+1
-1
lines changed

src/collections/_documentation/development/sdk-dev/event-payloads/contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 9
44
---
55

66
The context interfaces provide additional context data. Typically, this is data
7-
related to the current user, the current HTTP request. Its canonical name is
7+
related to the current user and the environment. For example, the device or application version. Its canonical name is
88
`contexts`.
99

1010
The `contexts` type can be used to define arbitrary contextual data on the

0 commit comments

Comments
 (0)