Skip to content

Commit

Permalink
Merge branch 'develop' into version_bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-mv authored Nov 7, 2018
2 parents 80ed232 + b8e616a commit 092ac01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Learn how to get started using the SAM CLI with these guides:
- `Running and debugging serverless applications locally <docs/usage.rst>`__: Describes how to use SAM CLI for invoking Lambda functions locally, running automated tests, fetching logs, and debugging applications
- `Packaging and deploying your application <docs/deploying_serverless_applications.rst>`__: Deploy your local application using an S3 bucket, and AWS CloudFormation.
- `Advanced <docs/advanced_usage.rst>`__: Learn how to work with compiled languages (such as Java and .NET), configure IAM credentials, provide environment variables, and more.
- `Examples <#examples>`__
- `Examples <https://github.com/awslabs/serverless-application-model/tree/master/examples/apps>`__


Project Status
Expand Down
2 changes: 1 addition & 1 deletion samcli/local/init/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def __init__(self, **kwargs):

class GenerateProjectFailedError(InitErrorException):
fmt = \
("An error ocurred while generating this {project}: {provider_error}")
("An error occurred while generating this {project}: {provider_error}")

0 comments on commit 092ac01

Please sign in to comment.