From da3dc5c5fe4d7ea3c174f0df98f2aaa282eefef2 Mon Sep 17 00:00:00 2001 From: Daniel Tse Date: Fri, 13 Sep 2013 13:19:01 +1000 Subject: docs(ngSwitch): fix minor typo Closes #3993 --- src/ng/directive/ngSwitch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/ngSwitch.js') 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 -- cgit v1.2.3