From 1b0f37a93cc54fbd10926c1d0b3a1bddd701e71d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Aug 2022 20:17:04 +0200 Subject: [PATCH] Fix documentation typo --- docs/data-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-download.md b/docs/data-download.md index 55c2ad738..be36d579d 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -186,7 +186,7 @@ Freqtrade currently supports 3 data-formats for both OHLCV and trades data: By default, OHLCV data is stored as `json` data, while trades data is stored as `jsongz` data. This can be changed via the `--data-format-ohlcv` and `--data-format-trades` command line arguments respectively. -To persist this change, you can should also add the following snippet to your configuration, so you don't have to insert the above arguments each time: +To persist this change, you should also add the following snippet to your configuration, so you don't have to insert the above arguments each time: ``` jsonc // ...