diff --git a/bittensor_cli/src/commands/stake/remove.py b/bittensor_cli/src/commands/stake/remove.py index 898af9cf8..d1169a28f 100644 --- a/bittensor_cli/src/commands/stake/remove.py +++ b/bittensor_cli/src/commands/stake/remove.py @@ -434,7 +434,7 @@ async def unstake_all( style=COLOR_PALETTE["STAKE"]["STAKE_AMOUNT"], ) table.add_column( - f"Recieved ({Balance.unit})", + f"Received ({Balance.unit})", justify="center", style=COLOR_PALETTE["POOLS"]["TAO_EQUIV"], )