docs(common): Corrected the wrong formatting (#41945)

Removed the extra backtick character for `getLocaleTimeFormat()` link.
PR Close #41945
This commit is contained in:
Gourav102 2021-05-04 20:33:14 +05:30 committed by Misko Hevery
parent 5947239f89
commit 378bb04d7b
1 changed files with 1 additions and 1 deletions

View File

@ -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