From 8c0d47c844d2366eed79a4279325cf9088829a96 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Fri, 26 May 2023 11:53:32 +0200 Subject: [PATCH] fix: test ci automation --- projects/ngx-intl/src/lib/intl-date.pipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-intl/src/lib/intl-date.pipe.ts b/projects/ngx-intl/src/lib/intl-date.pipe.ts index 14c149c..074879d 100644 --- a/projects/ngx-intl/src/lib/intl-date.pipe.ts +++ b/projects/ngx-intl/src/lib/intl-date.pipe.ts @@ -46,7 +46,7 @@ export const INTL_DATE_PRESET_FULL_TIME: IntlDateOptions = { hour: 'numeric', minute: 'numeric', second: 'numeric', timeZoneName: 'long' }; /** - * A pipe that formats a date using the Intl.DateTimeFormat API. + * A pipe that formats a date using the Intl.DateTimeFormat API */ @Pipe({ name: 'intlDate',