Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
Resolves #160
  • Loading branch information
philr committed Nov 26, 2024
1 parent 7670ab0 commit 0bdc62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The `all_identifiers` method returns a list of valid time zone identifiers:

```ruby
identifiers = TZInfo::Timezone.all_identifiers
# => ["Africa/Adibdjan", "Africa/Accra", ..., "Zulu"]
# => ["Africa/Abidjan", "Africa/Accra", ..., "Zulu"]
```

A `TZInfo::Timezone` instance representing an individual time zone can be
Expand Down

0 comments on commit 0bdc62f

Please sign in to comment.