repesented -> represented

pull/848/head
Luke Imhoff 6 years ago
parent 5b17a94aed
commit a9e64139d9
  1. 2
      apps/block_scout_web/lib/block_scout_web/views/address_view.ex
  2. 2
      apps/block_scout_web/lib/block_scout_web/views/tokens/overview_view.ex
  3. 2
      apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex

@ -204,7 +204,7 @@ defmodule BlockScoutWeb.AddressView do
The tabs on mobile are represented by a dropdown list, which has a title. This title is the
currently selected tab name. This function returns that name, properly gettext'ed.
The list of possible tab names for this page is repesented by the attribute @tab.
The list of possible tab names for this page is represented by the attribute @tab.
Raises error if there is no match, so a developer of a new tab must include it in the list.
"""

@ -20,7 +20,7 @@ defmodule BlockScoutWeb.Tokens.OverviewView do
The tabs on mobile are represented by a dropdown list, which has a title. This title is the
currently selected tab name. This function returns that name, properly gettext'ed.
The list of possible tab names for this page is repesented by the attribute @tab.
The list of possible tab names for this page is represented by the attribute @tab.
Raises error if there is no match, so a developer of a new tab must include it in the list.
"""

@ -155,7 +155,7 @@ defmodule BlockScoutWeb.TransactionView do
The tabs on mobile are represented by a dropdown list, which has a title. This title is the currently selected tab name. This function returns that name, properly gettext'ed.
The list of possible tab names for this page is repesented by the attribute @tab.
The list of possible tab names for this page is represented by the attribute @tab.
Raises an error if there is no match, so a developer of a new tab must include it in the list.

Loading…
Cancel
Save