Skip to content

Commit

Permalink
types: fix typos (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored Nov 3, 2023
1 parent 04e98ff commit d82c834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ type NavigationLink struct {
}

type Rates struct {
TickerCurrency string `json:"trickerCurrency"`
TickerCurrencySymbol string `json:"trickerCurrencySymbol"`
TickerCurrency string `json:"tickerCurrency"`
TickerCurrencySymbol string `json:"tickerCurrencySymbol"`
SelectedCurrency string `json:"selectedCurrency"`
SelectedCurrencySymbol string `json:"selectedCurrencySymbol"`
MainCurrency string `json:"mainCurrency"`
Expand All @@ -91,7 +91,7 @@ type Rates struct {
MainCurrencyPriceKFormatted template.HTML `json:"mainCurrencyKFormatted"`
MainCurrencyTickerPrice float64 `json:"mainCurrencyTickerPrice"`
MainCurrencyTickerPriceFormatted template.HTML `json:"mainCurrencyTickerPriceFormatted"`
MainCurrencyTickerPriceKFormatted template.HTML `json:"mainCurrencyTickerKFormatted"`
MainCurrencyTickerPriceKFormatted template.HTML `json:"mainCurrencyTickerPriceKFormatted"`
ElCurrency string `json:"elCurrency"`
ElCurrencySymbol string `json:"elCurrencySymbol"`
ElCurrencyPrice float64 `json:"elCurrencyPrice"`
Expand Down

0 comments on commit d82c834

Please sign in to comment.