docs(common): change misspelled constant (#41136)

Change misspelled constant from LOCAL_ID to LOCALE_ID
PR Close #41136
This commit is contained in:
Theoklitos Bampouris 2021-03-09 14:27:14 +02:00 committed by Andrew Kushnir
parent a730315fb2
commit e29a29ce9f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export class PercentPipe implements PipeTransform {
* The default currency code is currently always `USD` but this is deprecated from v9.
*
* **In v11 the default currency code will be taken from the current locale identified by
* the `LOCAL_ID` token. See the [i18n guide](guide/i18n#setting-up-the-locale-of-your-app) for
* the `LOCALE_ID` token. See the [i18n guide](guide/i18n#setting-up-the-locale-of-your-app) for
* more information.**
*
* If you need the previous behavior then set it by creating a `DEFAULT_CURRENCY_CODE` provider in