From e29a29ce9f4289c8aa39c3c8de006743b67a8cfd Mon Sep 17 00:00:00 2001
From: Theoklitos Bampouris
Date: Tue, 9 Mar 2021 14:27:14 +0200
Subject: [PATCH] docs(common): change misspelled constant (#41136)
Change misspelled constant from LOCAL_ID to LOCALE_ID
PR Close #41136
---
packages/common/src/pipes/number_pipe.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/common/src/pipes/number_pipe.ts b/packages/common/src/pipes/number_pipe.ts
index 7cb4873aa2..fa25ff6017 100644
--- a/packages/common/src/pipes/number_pipe.ts
+++ b/packages/common/src/pipes/number_pipe.ts
@@ -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