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:
Alan Agius 2020-06-30 13:00:36 +02:00 committed by Andrew Kushnir
parent 6fc80690ae
commit 11dd2bef2d
1 changed files with 1 additions and 1 deletions

View File

@ -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}