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 `__