From 9359e4994003cb862561caa811eff366e4c7eedf Mon Sep 17 00:00:00 2001 From: Juan Jose Karam Date: Fri, 17 Aug 2018 11:01:29 -0700 Subject: [PATCH] docs: Remove an extra word in the sam packaging command (#618) --- docs/deploying_serverless_applications.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying_serverless_applications.rst b/docs/deploying_serverless_applications.rst index ab0420c939c1..9a47ec8cc96f 100644 --- a/docs/deploying_serverless_applications.rst +++ b/docs/deploying_serverless_applications.rst @@ -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 @@ -53,4 +53,4 @@ Learn More - `Installation `__ - `Getting started with SAM and the SAM CLI `__ - `Usage `__ -- `Advanced `__ \ No newline at end of file +- `Advanced `__