From ecd7f6ecdc8da22b5a3f9062e213284d7e094844 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 21 Jun 2019 09:13:24 +0200 Subject: [PATCH] docs: fix javascript module link (#31181) PR Close #31181 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index d0a6f39968..215e0ab1c6 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -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