docs: fix javascript module link (#31181)

PR Close #31181
This commit is contained in:
Alan 2019-06-21 09:13:24 +02:00 committed by Kara Erickson
parent 6a381d9246
commit ecd7f6ecdc
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ Compare to [custom element](#custom-element).
## entry point
A JavaScript module(#module) that is intended to be imported by a user of [an
A [JavaScript module](#module) that is intended to be imported by a user of [an
npm package](guide/npm-packages). An entry-point module typically re-exports
symbols from other internal modules. A package can contain multiple
entry points. For example, the `@angular/core` package has two entry-point