From 8255bcc5cc0b14f91152577abd6ff80e80f48267 Mon Sep 17 00:00:00 2001 From: Caleb Date: Mon, 23 Nov 2020 03:15:00 -0700 Subject: [PATCH] Typo correction (#6558) --- docs/plugins/alexa-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/alexa-plugin.md b/docs/plugins/alexa-plugin.md index 87117affd46..97f522ed632 100644 --- a/docs/plugins/alexa-plugin.md +++ b/docs/plugins/alexa-plugin.md @@ -88,7 +88,7 @@ If you use Authentication Roles, you will need to add a token to the end of your 1. In your Nightscout Admin Tools, add a new subject and give it the "readable" role. - If you **really** would like to be super specific, you could create a new role and set the permissions to `api:*:read`. 1. After the new subject is created, copy the "Access Token" value for the new row in your subject table (**don't** copy the link, just copy the text). -1. At the end of your Nighscout URL, add `?token={yourtoken}`, where `{yourtoken}` is the Access Token you just copied. Your new URL should look like `https://{yourdomain}/api/v1/googlehome?token={yourtoken}`. +1. At the end of your Nighscout URL, add `?token={yourtoken}`, where `{yourtoken}` is the Access Token you just copied. Your new URL should look like `https://{yourdomain}/api/v1/alexa?token={yourtoken}`. ### Test your skill out with the test tool