Skip to content

Commit 93bc7b9

Browse files
authored
Update common.md
1 parent 384c0ed commit 93bc7b9

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
@@ -126,7 +126,7 @@ Context is a dictionary of extra information that provides useful context about
126126
| `library` | Object | Dictionary of information about the library making the requests to the API, containing `name` and `version`. |
127127
| `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`.
129-
If context.network.celluar and context.network.wifi fields are empty, then it means the user is offline |
129+
If context.network.cellular and context.network.wifi fields are empty, then it means the user is offline |
130130
| `os` | Object | Dictionary of information about the operating system, containing `name` and `version`. |
131131
| `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). |
132132
| `referrer` | Object | Dictionary of information about the way the user was referred to the website or app, containing `type`, `name`, `url`, and `link`. |

0 commit comments

Comments
 (0)