Skip to content

Commit e36e0e0

Browse files
authored
docs(balance-monitor): fix typo Update main.go (#18502)
1 parent 81c4054 commit e36e0e0

File tree

1 file changed

+1
-1
lines changed
  • packages/balance-monitor/cmd

1 file changed

+1
-1
lines changed

packages/balance-monitor/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func main() {
3131
{
3232
Name: "balance-monitor",
3333
Flags: flags.CommonFlags,
34-
Usage: "Starts the balance monitor oftware",
34+
Usage: "Starts the balance monitor software",
3535
Description: "Taiko balance monitor",
3636
Action: utils.SubcommandAction(new(balanceMonitor.BalanceMonitor)),
3737
},

0 commit comments

Comments
 (0)