Skip to content

Commit b10dd00

Browse files
authored
Fix Linode API version formatting in documentation (#4232)
Corrected the API version formatting in Linode instructions. Moved the period outside of the '4'.
1 parent fd18876 commit b10dd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letsencrypt/DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ You can find further detailed information here:
941941
<details>
942942
<summary>Linode</summary>
943943

944-
To use this addon with Linode DNS, first [create a new API/access key](https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api#get-an-access-token), with read/write permissions to DNS; no other permissions are needed. Newly keys will likely use API version '4.' **Important**: single quotes are required around the `linode_version` number; failure to do this will cause a type error (as the addon expects a string, not an integer).
944+
To use this addon with Linode DNS, first [create a new API/access key](https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api#get-an-access-token), with read/write permissions to DNS; no other permissions are needed. Newly keys will likely use API version '4'. **Important**: single quotes are required around the `linode_version` number; failure to do this will cause a type error (as the addon expects a string, not an integer).
945945

946946
```yaml
947947

0 commit comments

Comments
 (0)