docs(common): change misspelled constant (#41136)
Change misspelled constant from LOCAL_ID to LOCALE_ID PR Close #41136
This commit is contained in:
parent
a730315fb2
commit
e29a29ce9f
|
@ -177,7 +177,7 @@ export class PercentPipe implements PipeTransform {
|
||||||
* The default currency code is currently always `USD` but this is deprecated from v9.
|
* 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
|
* **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.**
|
* more information.**
|
||||||
*
|
*
|
||||||
* If you need the previous behavior then set it by creating a `DEFAULT_CURRENCY_CODE` provider in
|
* If you need the previous behavior then set it by creating a `DEFAULT_CURRENCY_CODE` provider in
|
||||||
|
|
Loading…
Reference in New Issue