From 378bb04d7bc3bef34ee8e53b36c8a254009c0fe9 Mon Sep 17 00:00:00 2001 From: Gourav102 Date: Tue, 4 May 2021 20:33:14 +0530 Subject: [PATCH] docs(common): Corrected the wrong formatting (#41945) Removed the extra backtick character for `getLocaleTimeFormat()` link. PR Close #41945 --- packages/common/src/i18n/locale_data_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/i18n/locale_data_api.ts b/packages/common/src/i18n/locale_data_api.ts index 82abc6ece4..459d26b732 100644 --- a/packages/common/src/i18n/locale_data_api.ts +++ b/packages/common/src/i18n/locale_data_api.ts @@ -81,7 +81,7 @@ export enum TranslationWidth { * Examples are given for `en-US`. * * @see `getLocaleDateFormat()` - * @see `getLocaleTimeFormat()`` + * @see `getLocaleTimeFormat()` * @see `getLocaleDateTimeFormat()` * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n) * @publicApi