Skip to content

Commit 2333de0

Browse files
authored
Ignore custom context props
Removing statement that we ignore custom context props
1 parent 9dc38f2 commit 2333de0

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
@@ -119,7 +119,7 @@ Beyond this common structure, each API call adds a few specialized top-level fie
119119

120120
## Context
121121

122-
Context is a dictionary of extra information that provides useful context about a datapoint, for example the user's `ip` address or `locale`. Context is a complete and explicit specification, so properties outside the spec are ignored. You should **only use** Context fields for their intended meaning.
122+
Context is a dictionary of extra information that provides useful context about a datapoint, for example the user's `ip` address or `locale`. You should **only use** Context fields for their intended meaning.
123123

124124
<table>
125125
<tr>

0 commit comments

Comments
 (0)