style: replace em dashes with colons in docs

This commit is contained in:
Aric Camarata 2026-03-08 17:28:04 -04:00
parent fb861e38de
commit bc32214cee

View file

@ -171,7 +171,7 @@ const opts: ConversionOptions = { calendar: 'fcna' };
## Architecture
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object pass options per call.
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object: pass options per call.
For more detail see the [Architecture wiki page](https://github.com/acamarata/date-fns-hijri/wiki/Architecture).