diff --git a/src/_includes/content/spec-table-header.md b/src/_includes/content/spec-table-header.md
index 4140ff7373..b996d513f8 100644
--- a/src/_includes/content/spec-table-header.md
+++ b/src/_includes/content/spec-table-header.md
@@ -1,6 +1,8 @@
+
+
\ No newline at end of file
diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md
index 8700ed8a20..d5ae24b031 100644
--- a/src/connections/spec/common.md
+++ b/src/connections/spec/common.md
@@ -122,11 +122,13 @@ Beyond this common structure, each API call adds a few specialized top-level fie
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.
Field
Type
Description
**Field** | -**Type** | -**Description** | +Field | +Type | +Description |
---|---|---|---|---|---|
`active` | Boolean | @@ -140,7 +142,7 @@ Context is a dictionary of extra information that provides useful context aboutObject | dictionary of information about the current application, containing `name`, `version` and `build`.
- This is collected automatically from our mobile libraries when possible. + This is collected automatically from the mobile libraries when possible. |
||
`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](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#context--traits). + | 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). | ||