From 5e7ba85dbe4bcbeeeb40d1f98302478cd80f11a0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 25 Jan 2019 19:17:44 +0100 Subject: [PATCH] Fix typo --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index f09c11720..2caae81f1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -89,7 +89,7 @@ Values in the configuration are always overwriting values set in the strategy. `stake_amount` is an amount of crypto-currency your bot will use for each trade. The minimal value is 0.0005. If there is not enough crypto-currency in the account an exception is generated. -To allow the bot to trade all the avaliable `stake_currency` in your account set +To allow the bot to trade all the available `stake_currency` in your account set ```json "stake_amount" : "unlimited",