Skip to content

Commit

Permalink
docs: Remove an extra word in the sam packaging command (aws#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSCoder authored and jfuss committed Aug 17, 2018
1 parent b908957 commit 9359e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploying_serverless_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Next, open a command prompt and type the following:
.. code:: bash
sam package \
--template-file file path/template.yaml \
--template-file path/template.yaml \
--output-template-file packaged.yaml \
--s3-bucket s3-bucket-name
Expand Down Expand Up @@ -53,4 +53,4 @@ Learn More
- `Installation <installation.rst>`__
- `Getting started with SAM and the SAM CLI <getting_started.rst>`__
- `Usage <usage.rst>`__
- `Advanced <advanced_usage.rst>`__
- `Advanced <advanced_usage.rst>`__

0 comments on commit 9359e49

Please sign in to comment.