From 11dd2bef2d4cd0c8966af11ea7e02e8e0d5a5f2b Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 30 Jun 2020 13:00:36 +0200 Subject: [PATCH] docs: add missing single quote (#37854) The current code is missing a single quote at the end of the import. (cherry picked from commit e13171ea2960dd0fa0666cb964b53799d2883e3a) PR Close #37854 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 20d083398e..db0162408f 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -834,7 +834,7 @@ Global variants of the locale data are available in [`@angular/common/locales/gl The following example imports the global variants for French (`fr`): -import '@angular/common/locales/global/fr; +import '@angular/common/locales/global/fr'; {@a custom-id}