From e5a25eb236eaa91c89373cc590c209de31725397 Mon Sep 17 00:00:00 2001 From: Pieter Coucke Date: Mon, 30 Jan 2017 20:53:50 +0100 Subject: [PATCH] chore(style-guide): update anchor (#3147) Correct anchor link to "Application structure and Angular modules". --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 9e32dccdc1..d5eb26f766 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -51,7 +51,7 @@ a(id='toc') 1. [Single responsibility](#single-responsibility) 1. [Naming](#naming) 1. [Coding conventions](#coding-conventions) - 1. [App structure and Angular modules](#app-structure-and-angular-modules) + 1. [App structure and Angular modules](#application-structure-and-angular-modules) 1. [Components](#components) 1. [Directives](#directives) 1. [Services](#services)