Skip to content

Commit b0f0f1c

Browse files
authored
Update common.md
1 parent 13ebe65 commit b0f0f1c

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
@@ -124,7 +124,7 @@ Context is a dictionary of extra information that provides useful context about
124124
| `device` | Object | Dictionary of information about the device, containing `id`, `advertisingId`, `manufacturer`, `model`, `name`, `type`, and `version`. |
125125
| `ip` | String | Current user's IP address. |
126126
| `library` | Object | Dictionary of information about the library making the requests to the API, containing `name` and `version`. |
127-
| `locale` | String | Locale string for the current user, for example `en-US`. | |
127+
| `locale` | String | Locale string for the current user, for example `en-US`. |
128128
| `network` | Object | Dictionary of information about the current network connection, containing `bluetooth`, `carrier`, `cellular`, and `wifi`. |
129129
| `os` | Object | Dictionary of information about the operating system, containing `name` and `version`. |
130130
| `page` | Object | Dictionary of information about the current page in the browser, containing `path`, `referrer`, `search`, `title` and `url`. This is automatically collected by [Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/#context--traits). |

0 commit comments

Comments
 (0)