diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index d68183537..1ca61e54a 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -182,7 +182,7 @@ Use `/reload_conf` to reset the blacklist. ### /edge -Shows pairs accepted by pais along with their corresponding winrate, expectancy and stoploss values. +Shows pairs validated by Edge along with their corresponding winrate, expectancy and stoploss values. > **Edge only validated following pairs:** ``` diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index 919c45757..06bf5efe9 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -494,7 +494,7 @@ class Telegram(RPC): def _edge(self, bot: Bot, update: Update) -> None: """ Handler for /edge - Shows informaton related to Edge + Shows information related to Edge """ try: edge_pairs = self._rpc_edge()