Skip to content

Commit 0617a9d

Browse files
Merge pull request linode#263 from RULCSoft/typo-fix
Fix typo on 2 files under src/content/changelog/
2 parents 014446b + b061375 commit 0617a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/changelog/06-17-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ version: 4.1.0
1919
### Fixed
2020

2121
- Fixed failing validation for Internationalized Domain Names (IDN).
22-
- When using the the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.
22+
- When using the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.

src/content/changelog/08-12-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 4.3.0
1111

1212
- Added a new View Managed SSH Key ([GET /managed/credentials/sshkey](https://developers.linode.com/api/v4/managed-credentials-sshkey)) endpoint. This endpoint returns the unique SSH public key assigned to your Linode account's [Managed service](https://www.linode.com/managed). If you [add this public key](https://linode.com/docs/platform/linode-managed/#adding-the-public-key) to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues.
1313

14-
- Added additional filtering for Events. Events returned by the the List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) endpoint can be filtered by an Event entity's _id_ and _type_.
14+
- Added additional filtering for Events. Events returned by the List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) endpoint can be filtered by an Event entity's _id_ and _type_.
1515

1616
There are a few edge cases when filtering Events by entity ID:
1717

0 commit comments

Comments
 (0)