alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
818 stars 748 forks source link

Fix typos in README.md #235

Closed jaferkhan closed 4 years ago

jaferkhan commented 4 years ago

Description

This pull request fixes two typos that are present in the existing README markdown file of the maven project ask-smapi-sdk

Motivation and Context

When I tried to use this library, I copied code straight from the usage section without any forethought and thought that it would work as expected. However, the code didn't work. At first, I thought I had done some wrong but when I took a closer look, I found a typo inside the code. And I also noticed another typo upon closer reading. And so this pull request fixes them.

Checklist

License

pbheemag commented 4 years ago

Hi @jaferkhan , Thank you for noticing the issue and fixing it promptly. I'll go ahead and merge this PR. Keep supporting our SDK.

jaferkhan commented 4 years ago

You're most welcome. Sure, I would love to ^_^