diff --git a/docs/alternator/getting-started.md b/docs/alternator/getting-started.md index 847e2a9e16..e223047291 100644 --- a/docs/alternator/getting-started.md +++ b/docs/alternator/getting-started.md @@ -33,7 +33,7 @@ which also contains drivers for DynamoDB: ``` sudo pip install --upgrade boto3 ``` -### Runnning some simple scripts: +### Running some simple scripts: The following is a 3 scripts test that creates a table named _usertable_ writes the famous hello world record to it, and then, reads it back.