Skip to content

Commit 82e88ad

Browse files
committed
Fix typo in setTzConfig documentation
1 parent ef11fa4 commit 82e88ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Curious about timezones? Have a look at [the timezone map](https://fr.m.wikipedi
274274

275275
### Timezone configuration
276276

277-
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()`:
277+
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()`:
278278

279279
```js
280280
import { setTzConfig } from 'datetime-attribute'

0 commit comments

Comments
 (0)