docs: fix typos

This commit is contained in:
gcarq
2018-03-25 16:42:20 +02:00
parent 7fe0ec5407
commit 7edbae893d
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ To load a strategy, simply pass the class name (e.g.: `CustomStrategy`) in this
**Example:**
In `user_data/strategies` you have a file `my_awesome_strategy.py` which has
a strategy class called `AwesomeStrategy` to load it:
a strategy class called `AwesomeStrategy` to load it:
```bash
python3 ./freqtrade/main.py --strategy AwesomeStrategy
```