Skip to content

Commit

Permalink
docs: Corrected typo in init's Python example README (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuss authored and sanathkr committed Jun 18, 2018
1 parent 07891ac commit f88bbd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cp hello_world/*.py hello_world/build/
1. Step 1 install our dependencies into ``build`` folder
2. Step 2 copies our application into ``build`` folder

**NOTE:** As you change your application code as well as dependencies during development you'll need to make sure these steps are repated in order to execute your Lambda and/or API Gateway locally.
**NOTE:** As you change your application code as well as dependencies during development you'll need to make sure these steps are repeated in order to execute your Lambda and/or API Gateway locally.

### Local development

Expand Down

0 comments on commit f88bbd3

Please sign in to comment.