Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jul 25, 2022
1 parent af34a5c commit c1c78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Telegram struct {
}
}

// telegramMsg is used to send message trough Telegram bot API
// telegramMsg is used to send message through Telegram bot API
type telegramMsg struct {
Text string `json:"text"`
ParseMode string `json:"parse_mode,omitempty"`
Expand Down

0 comments on commit c1c78ac

Please sign in to comment.