diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade
index d9901b52a4..90f609678c 100644
--- a/public/docs/ts/latest/guide/template-syntax.jade
+++ b/public/docs/ts/latest/guide/template-syntax.jade
@@ -34,7 +34,7 @@ include ../../../../_includes/_util-fns
>[Input and Output Properties](#inputs-outputs)
- >[Template Expression Operators](#expression-ops)
+ >[Template Expression Operators](#expression-operators)
[Live Example](/docs/_examples/template-syntax/ts/src/plnkr.html)
@@ -1196,7 +1196,7 @@ code-example(format="" language="html").
.l-main-section
:marked
-
+
## Template Expression Operators
The template expression language employs a subset of JavaScript syntax supplemented with some special operators
for specific scenarios. We'll cover two of them, "pipe" and "Elvis".