diff --git a/freqtrade/util/coin_gecko.py b/freqtrade/util/coin_gecko.py index 47b80875b..f754e9bc0 100644 --- a/freqtrade/util/coin_gecko.py +++ b/freqtrade/util/coin_gecko.py @@ -13,7 +13,7 @@ class FtCoinGeckoApi(CoinGeckoAPI): def __init__(self, api_key: str = "", *, is_demo=True, retries=5): super().__init__(retries=retries) - # Doint' pass api_key to parent, instead set the header on the session directly + # Don't pass api_key to parent, instead set the header on the session directly self._api_key = api_key if api_key and not is_demo: