aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngSwitch.js
diff options
context:
space:
mode:
authorDaniel Tse2013-09-13 13:19:01 +1000
committerPete Bacon Darwin2013-09-13 21:56:53 +0100
commitda3dc5c5fe4d7ea3c174f0df98f2aaa282eefef2 (patch)
treecde8f84678725c923013ca82b0913c0671d32e8c /src/ng/directive/ngSwitch.js
parent1b5217b1d6618d95b104dbfb402bd734cf9a68c4 (diff)
downloadangular.js-da3dc5c5fe4d7ea3c174f0df98f2aaa282eefef2.tar.bz2
docs(ngSwitch): fix minor typo
Closes #3993
Diffstat (limited to 'src/ng/directive/ngSwitch.js')
-rw-r--r--src/ng/directive/ngSwitch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js
index 1ddf90fb..34f571ce 100644
--- a/src/ng/directive/ngSwitch.js
+++ b/src/ng/directive/ngSwitch.js
@@ -20,7 +20,7 @@
* attribute is displayed.
*
* @animations
- * enter - happens after the ngSwtich contents change and the matched child element is placed inside the container
+ * enter - happens after the ngSwitch contents change and the matched child element is placed inside the container
* leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM
*
* @usage