diff --git a/modules/angular2/src/directives/ng_for.ts b/modules/angular2/src/directives/ng_for.ts
index 5041c477ad..a25b97645e 100644
--- a/modules/angular2/src/directives/ng_for.ts
+++ b/modules/angular2/src/directives/ng_for.ts
@@ -37,7 +37,7 @@ import {isPresent, isBlank} from 'angular2/src/facade/lang';
*
* - `
...`
* - `...`
- * - `...`
+ * - `...`
*
* @exportedAs angular2/directives
*/
diff --git a/modules/angular2/src/directives/ng_switch.ts b/modules/angular2/src/directives/ng_switch.ts
index 24268fa65d..93443187e0 100644
--- a/modules/angular2/src/directives/ng_switch.ts
+++ b/modules/angular2/src/directives/ng_switch.ts
@@ -38,7 +38,7 @@ export class SwitchView {
*
* ...
* ...
- * ...
+ * ...
*
* ```
*
@@ -148,7 +148,7 @@ export class NgSwitch {
* ...
*
* // match against a constant string
- * ...
+ * ...
* ```
*
* @exportedAs angular2/directives
@@ -184,7 +184,7 @@ export class NgSwitchWhen {
* Example:
*
* ```
- * ...
+ * ...
* ```
*
* @exportedAs angular2/directives