Skip to content

Commit b28ad9c

Browse files
author
Lukas Ruebbelke
authored
typo: change nagivate to navigate
1 parent ff2f1da commit b28ad9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/serverless_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ For a list of complete serverless application examples, see [Examples of How to
258258

259259
To get started with a project in SAM, you can use the `sam init` command provided by the SAM CLI to get a fully deployable, boilerplate serverless application in any of the supported runtimes\. `sam init `provides a quick way for you to get started with creating a Lambda\-based application and augment into a production application by using other commands in the SAM CLI\.
260260

261-
To use `sam init`, nagivate to a directory where where you want the serverless application to be created\. Using the SAM CLI, run the following command \(using the runtime of your choice\. The following example uses Python for demonstration purposes\.\):
261+
To use `sam init`, navigate to a directory where where you want the serverless application to be created\. Using the SAM CLI, run the following command \(using the runtime of your choice\. The following example uses Python for demonstration purposes\.\):
262262

263263
```
264264
$ sam init --runtime python
@@ -350,4 +350,4 @@ The folder structure will include the following:
350350

351351
## Next Step<a name="serv-app-next-step"></a>
352352

353-
[Create Your Own Serverless Application](serverless-deploy-wt.md)
353+
[Create Your Own Serverless Application](serverless-deploy-wt.md)

0 commit comments

Comments
 (0)