Update docs/architecture-decisions/adr010-luxon-date-library.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Andrew Thauer
2021-01-18 10:41:12 -05:00
parent e58af307f0
commit 7e15bcb32c
@@ -33,7 +33,7 @@ We will use [Luxon](https://moment.github.io/luxon/index.html) as the standard
date library within Backstage.
`Luxon` provides a similar feature set and API to `Moment.js`, but improves on
it's design through immutability and the usage of modern JavaScript APIs (e.g.
its design through immutability and the usage of modern JavaScript APIs (e.g.
`Intl`). This results in smaller bundle sizes while providing a full feature set
and avoids the need for using additional libraries for common date & time tasks.