docs: fix typo in alternator/getting-started.md

Fix a typo reported by a user. Ran spell-checker to verify there are no
other obvious spelling mistakes in that file.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
Message-Id: <20200930084304.74776-1-nyh@scylladb.com>
This commit is contained in:
Nadav Har'El
2020-09-30 11:43:04 +03:00
committed by Piotr Sarna
parent 701d24a832
commit 8db01aeeb4

View File

@@ -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.