diff --git a/public/docs/_examples/pipes/ts/src/app/app.html b/public/docs/_examples/pipes/ts/src/app/app.html
index bcaf614709..efe83db02c 100644
--- a/public/docs/_examples/pipes/ts/src/app/app.html
+++ b/public/docs/_examples/pipes/ts/src/app/app.html
@@ -12,7 +12,7 @@
-
The hero's birthday is {{ birthday | date:"MM/dd/yy" }} /p>
+
The hero's birthday is {{ birthday | date:"MM/dd/yy" }}
diff --git a/public/docs/_examples/pipes/ts/src/app/app.ts b/public/docs/_examples/pipes/ts/src/app/app.ts
index 29bf1b84ed..c223b3e0f3 100644
--- a/public/docs/_examples/pipes/ts/src/app/app.ts
+++ b/public/docs/_examples/pipes/ts/src/app/app.ts
@@ -1,4 +1,4 @@
-import {HeroBirthday as HeroBirthday2} from './hero-birthday.2';
+import {HeroBirthday as HeroBirthday2} from './hero-birthday';
import {PowerBooster} from './power-booster';
import {PowerBoostCalculator} from './power-boost-calculator';
import {HeroListComponent} from './hero-list-component';
diff --git a/public/docs/_examples/pipes/ts/src/app/hero-birthday.2.ts b/public/docs/_examples/pipes/ts/src/app/hero-birthday.ts
similarity index 88%
rename from public/docs/_examples/pipes/ts/src/app/hero-birthday.2.ts
rename to public/docs/_examples/pipes/ts/src/app/hero-birthday.ts
index 62a3da08bc..2b8c5360b3 100644
--- a/public/docs/_examples/pipes/ts/src/app/hero-birthday.2.ts
+++ b/public/docs/_examples/pipes/ts/src/app/hero-birthday.ts
@@ -1,5 +1,5 @@
import {bootstrap, Component} from 'angular2/angular2'
-// #docregion hero-birthday2
+// #docregion
@Component({
selector: 'hero-birthday',
template: `
@@ -13,4 +13,4 @@ export class HeroBirthday {
toggle = true;
toggleFormat() { this.toggle = !this.toggle; }
}
-// #enddocregion hero-birthday2
+// #enddocregion
diff --git a/public/docs/_examples/pipes/ts/src/index.html b/public/docs/_examples/pipes/ts/src/index.html
index 30242dceae..9ee62fad92 100644
--- a/public/docs/_examples/pipes/ts/src/index.html
+++ b/public/docs/_examples/pipes/ts/src/index.html
@@ -17,7 +17,7 @@
Hero Birthday 1
loading...
- loading ...
+ loading ...