Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(flag): fix some typo (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu authored Sep 16, 2023
1 parent 96488d0 commit 5f7f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
}
ProverEndpoints = &cli.StringFlag{
Name: "proverEndpoints",
Usage: "Comma-delinated list of prover endpoints proposer should query when attemping to propose a block",
Usage: "Comma-delineated list of prover endpoints proposer should query when attempting to propose a block",
Category: proposerCategory,
}
BlockProposalFee = &cli.StringFlag{
Expand Down

0 comments on commit 5f7f1dd

Please sign in to comment.