diff --git a/modules/angular2/docs/core/01_templates.md b/modules/angular2/docs/core/01_templates.md
index a85506bb9a91..9380066fcaf1 100644
--- a/modules/angular2/docs/core/01_templates.md
+++ b/modules/angular2/docs/core/01_templates.md
@@ -378,7 +378,7 @@ of the templates occures. One such example is foreach.
- - {{i}}. {{item}}
-
+
- {{i}}. {{person}}
-
```
@@ -394,7 +394,7 @@ syntax is prefferable.
```
- - {{i}}. {{item}}
-
+
- {{i}}. {{person}}
-
```
@@ -404,7 +404,7 @@ which allows us to further shorten the text.
```
- - {{i}}. {{item}}
-
+
- {{i}}. {{person}}
-
```
@@ -413,7 +413,7 @@ microsyntax for `foreach`.
```
- - {{i}}. {{item}}
-
+
- {{i}}. {{person}}
-
```
@@ -587,4 +587,4 @@ langugage, binding expressions behave differently in following ways:
## Further Reading
-* [Template Syntax Constraints and Reasoning](https://docs.google.com/document/d/1HHy_zPLGqJj0bHMiWPzPCxn1pO5GlOYwmv-qGgl4f_s)
\ No newline at end of file
+* [Template Syntax Constraints and Reasoning](https://docs.google.com/document/d/1HHy_zPLGqJj0bHMiWPzPCxn1pO5GlOYwmv-qGgl4f_s)