Skip to content

Commit

Permalink
minor typo correction (home-assistant#12300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenabhan authored Mar 6, 2020
1 parent c646913 commit 22c1abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/alexa.smart_home.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant:

## Create an AWS Lambda Function

Alexa Smart Home skill will trigger a AWS Lambda function to process the request, we will write a small piece of code hosted as an Lambda function basically redirect the request to your Home Assistant instance, then Alexa integration integration in Home Assistant will process the request and send back the response. Your Lambda function will delivery the response back to Alexa.
Alexa Smart Home skill will trigger a AWS Lambda function to process the request, we will write a small piece of code hosted as an Lambda function basically redirect the request to your Home Assistant instance, then Alexa integration integration in Home Assistant will process the request and send back the response. Your Lambda function will deliver the response back to Alexa.

<div class='info'>

Expand Down

0 comments on commit 22c1abe

Please sign in to comment.