From b5adfcf51a49da8ac65979f4af32e5f94a16a715 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Jan 2019 17:07:32 +0100 Subject: [PATCH] Fix documentation typo --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index d17464d32..0c18110bd 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -28,7 +28,7 @@ Depending on the space you want to optimize, only some of the below are required * fill `roi_space` - for ROI optimization * fill `generate_roi_table` - for ROI optimization (if you need more than 3 entries) * fill `stoploss_space` - stoploss optimization -* Optional but reccomended +* Optional but recommended * copy `populate_buy_trend` from your strategy - otherwise default-strategy will be used * copy `populate_sell_trend` from your strategy - otherwise default-strategy will be used