Skip to content

Commit

Permalink
Fix doc spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Apr 20, 2024
1 parent 19c2dd5 commit 916f591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/cldr/backend/date_time.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Cldr.DateAndTime.Backend do
* `:prefer` is either `:unicode` (the default) or `:ascii`. A small number of datetime
formats have two variants - one using Unicode spaces (typically non-breaking space) and
another using only ASCII whitespace. The `:ascii` format is primarily to support legacy
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_avaialable_formats/2`
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_available_formats/2`
to see which formats have these variants.
* `:locale` is any valid locale name returned by `Cldr.known_locale_names/0`
Expand Down Expand Up @@ -128,7 +128,7 @@ defmodule Cldr.DateAndTime.Backend do
* `:prefer` is either `:unicode` (the default) or `:ascii`. A small number of datetime
formats have two variants - one using Unicode spaces (typically non-breaking space) and
another using only ASCII whitespace. The `:ascii` format is primarily to support legacy
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_avaialable_formats/2`
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_available_formats/2`
to see which formats have these variants.
* `:locale` is any valid locale name returned by `Cldr.known_locale_names/0`
Expand Down
4 changes: 2 additions & 2 deletions lib/cldr/date_time.ex
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Cldr.DateTime do
* `:prefer` is either `:unicode` (the default) or `:ascii`. A small number of datetime
formats have two variants - one using Unicode spaces (typically non-breaking space) and
another using only ASCII whitespace. The `:ascii` format is primarily to support legacy
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_avaialable_formats/1`
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_available_formats/1`
to see which formats have these variants.
* `:locale` is any valid locale name returned by `Cldr.known_locale_names/0`
Expand Down Expand Up @@ -278,7 +278,7 @@ defmodule Cldr.DateTime do
* `:prefer` is either `:unicode` (the default) or `:ascii`. A small number of datetime
formats have two variants - one using Unicode spaces (typically non-breaking space) and
another using only ASCII whitespace. The `:ascii` format is primarily to support legacy
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_avaialable_formats/2`
use cases and is not recommended. See `Cldr.DateTime.Format.date_time_available_formats/2`
to see which formats have these variants.
* `:locale` is any valid locale name returned by `Cldr.known_locale_names/0`
Expand Down

0 comments on commit 916f591

Please sign in to comment.