diff --git a/apps/block_scout_web/lib/block_scout_web/views/address_view.ex b/apps/block_scout_web/lib/block_scout_web/views/address_view.ex index 25515972a0..e6074a53b5 100644 --- a/apps/block_scout_web/lib/block_scout_web/views/address_view.ex +++ b/apps/block_scout_web/lib/block_scout_web/views/address_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. """ diff --git a/apps/block_scout_web/lib/block_scout_web/views/tokens/overview_view.ex b/apps/block_scout_web/lib/block_scout_web/views/tokens/overview_view.ex index f8fdfb867b..344a784c73 100644 --- a/apps/block_scout_web/lib/block_scout_web/views/tokens/overview_view.ex +++ b/apps/block_scout_web/lib/block_scout_web/views/tokens/overview_view.ex @@ -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. """ diff --git a/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex b/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex index 1da0d7e2eb..71c035c6ae 100644 --- a/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex +++ b/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex @@ -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.