Skip to content

Commit

Permalink
Fix typo in setTzConfig documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Oct 8, 2024
1 parent ef11fa4 commit 82e88ad
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 @@ -274,7 +274,7 @@ Curious about timezones? Have a look at [the timezone map](https://fr.m.wikipedi

### Timezone configuration

If you need both timezone configuration functions described in the previous section (`setTzSeparator` for the [hours-minutes separator](#hours-minutes-separator) and `setTzInRealWorldRange` for [timezones boundaries](#real-world-timezone-offset)), you can directly use `tzConfig()`:
If you need both timezone configuration functions described in the previous section (`setTzSeparator` for the [hours-minutes separator](#hours-minutes-separator) and `setTzInRealWorldRange` for [timezones boundaries](#real-world-timezone-offset)), you can directly use `setTzConfig()`:

```js
import { setTzConfig } from 'datetime-attribute'
Expand Down

0 comments on commit 82e88ad

Please sign in to comment.