From 5bd269484a6c9ad8674558df5fe9f12327ce19d6 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sat, 17 Sep 2016 23:56:36 +0200 Subject: [PATCH] fix(ngmodule): fix broken anchor (#2373) --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index f8ff77c7a6..bb0cc6ca7a 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -94,7 +94,7 @@ a#angular-modularity We'll see how later in the page. Let's start with the _root module_. -a#root_module +a#root-module .l-main-section :marked ## _AppModule_ - the application root module