Skip to content

Commit e13171e

Browse files
authored
docs: add missing single quote
The current code is missing a single quote at the end of the import.
1 parent 7195625 commit e13171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ Global variants of the locale data are available in [`@angular/common/locales/gl
834834
The following example imports the global variants for French (`fr`):
835835

836836
<code-example language="javascript" header="app.module.ts">
837-
import '@angular/common/locales/global/fr;
837+
import '@angular/common/locales/global/fr';
838838
</code-example>
839839

840840
{@a custom-id}

0 commit comments

Comments
 (0)