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
This commit is contained in:
parent
6fc80690ae
commit
11dd2bef2d
|
@ -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`):
|
||||
|
||||
<code-example language="javascript" header="app.module.ts">
|
||||
import '@angular/common/locales/global/fr;
|
||||
import '@angular/common/locales/global/fr';
|
||||
</code-example>
|
||||
|
||||
{@a custom-id}
|
||||
|
|
Loading…
Reference in New Issue