From 022ad4a4207cf34c30af3c0a7c5daeeee990c140 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Mon, 19 Feb 2018 10:35:13 -0500 Subject: [PATCH] docs: fix ngmodules-jsmodules pre-req (#22316) closes #22157 PR Close #22316 --- aio/content/guide/ngmodule-vs-jsmodule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ngmodule-vs-jsmodule.md b/aio/content/guide/ngmodule-vs-jsmodule.md index 601af85b59..36866b2cfc 100644 --- a/aio/content/guide/ngmodule-vs-jsmodule.md +++ b/aio/content/guide/ngmodule-vs-jsmodule.md @@ -1,7 +1,7 @@ # JavaScript Modules vs. NgModules #### Prerequisites -A basic understanding of [Bootstrapping](guide/bootstrapping). +A basic understanding of [JavaScript/ECMAScript modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/).