Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
golangisfun123 committed Jul 17, 2024
1 parent f3e253d commit 116605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/opbot/botmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (b *Bot) rfqLookupCommand() *slacker.CommandDefinition {
},
{
Type: slack.MarkdownType,
Text: fmt.Sprintf("*Estimaed Tx Age*: %d", deltaBlockNumber),
Text: fmt.Sprintf("*Estimated Tx Age*: %d", deltaBlockNumber),
},
}

Expand Down

0 comments on commit 116605f

Please sign in to comment.