diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js
index 38bc5a5537c8..79155f433af5 100644
--- a/src/ng/directive/ngSwitch.js
+++ b/src/ng/directive/ngSwitch.js
@@ -43,7 +43,7 @@
*
* @scope
* @priority 1200
- * @param {*} ngSwitch|on expression to match against ng-switch-when.
+ * @param {*} ngSwitch|on expression to match against ng-switch-when
.
* On child elements add:
*
* * `ngSwitchWhen`: the case statement to match against. If match then this
@@ -60,7 +60,7 @@
selection={{selection}}