Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuppa committed Aug 8, 2023
1 parent 721b540 commit fd1d2a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ Because the timezone used may be a fallback and not what the user expects, it's
important to _always_ display the actual timezone name whenever time information
is present in the user interface.

[`formatTimezone`](https://deno.land/x/complaindate/mod.ts?s=formatTimezone)
will make a timezone name look pretty for the user. It replaces underscores with
spaces to give a less technical impression, for example `"Africa/Dar es Salaam"`
instead of `"Africa/Dar_es_Salaam"`.
The [`formatTimezone`](https://deno.land/x/complaindate/mod.ts?s=formatTimezone)
utility will make a timezone name look pretty for the user. It replaces
underscores with spaces to give a less technical impression, for example
`"Africa/Dar es Salaam"` instead of `"Africa/Dar_es_Salaam"`.

### Guided timezone preference input

Expand Down

0 comments on commit fd1d2a6

Please sign in to comment.