diff --git a/freqtrade/rpc/rpc.py b/freqtrade/rpc/rpc.py index 8a8376afb..81bb52ce5 100644 --- a/freqtrade/rpc/rpc.py +++ b/freqtrade/rpc/rpc.py @@ -1013,7 +1013,7 @@ class RPC: ) -> dict[str, str]: """ Handler for forceexit . - exts the given trade. Uses current price if price is None. + exits the given trade. Uses current price if price is None. """ if self._freqtrade.state == State.STOPPED: