mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix link to unpkged locales (#46379)
Add trailing slash to url PR Close #46379
This commit is contained in:
parent
2509d7681b
commit
d1e5ef51b6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ The following example sets the value of `LOCALE_ID` to `fr` for French.
|
|||
|
||||
<!-- external links -->
|
||||
|
||||
[UnpkgBrowseAngularCommonLocales]: https://unpkg.com/browse/@angular/common/locales "@angular/common/locales | Unpkg"
|
||||
[UnpkgBrowseAngularCommonLocales]: https://unpkg.com/browse/@angular/common/locales/ "@angular/common/locales/ | Unpkg"
|
||||
|
||||
<!-- end links -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue