From 7e15bcb32ca474fb27528c0e45c146238234ad62 Mon Sep 17 00:00:00 2001 From: Andrew Thauer <6507159+andrewthauer@users.noreply.github.com> Date: Mon, 18 Jan 2021 10:41:12 -0500 Subject: [PATCH] Update docs/architecture-decisions/adr010-luxon-date-library.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- docs/architecture-decisions/adr010-luxon-date-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture-decisions/adr010-luxon-date-library.md b/docs/architecture-decisions/adr010-luxon-date-library.md index e72a685488..3313b0d8b6 100644 --- a/docs/architecture-decisions/adr010-luxon-date-library.md +++ b/docs/architecture-decisions/adr010-luxon-date-library.md @@ -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.