Skip to content

Commit

Permalink
changed sub headings
Browse files Browse the repository at this point in the history
  • Loading branch information
A-KGeorge committed Oct 17, 2024
1 parent 43824b4 commit ae6f752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/js-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ console.log(res);
| `token`\* | string | The full token string. Required. |
| `device`\* | object | Information about the device the token is associated with. Required. |

##### device object
#### device object

| Name | Type | Description |
| -------------- | ------ | -------------------------------------------------------- |
Expand All @@ -189,14 +189,14 @@ console.log(res);
| ------- | ------ | -------------------------------- |
| `sub`\* | object | Web push subscription. Required. |

##### Web push subscription (sub) object
#### Web push subscription (sub) object

| Name | Type | Description |
| ------------ | ------ | ----------------------------------------------------------------------------------------- |
| `endpoint`\* | string | The string value containing the endpoint associated with the push subscription. Required. |
| `keys`\* | object | The keys associated with the push subscription. Required. |

##### Web push subscription keys object
#### Web push subscription keys object

| Name | Type | Description |
| ---------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit ae6f752

Please sign in to comment.