Skip to content

Commit da3dc5c

Browse files
Daniel Tsepetebacondarwin
Daniel Tse
authored andcommitted
docs(ngSwitch): fix minor typo
Closes angular#3993
1 parent 1b5217b commit da3dc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngSwitch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* attribute is displayed.
2121
*
2222
* @animations
23-
* enter - happens after the ngSwtich contents change and the matched child element is placed inside the container
23+
* enter - happens after the ngSwitch contents change and the matched child element is placed inside the container
2424
* leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM
2525
*
2626
* @usage

0 commit comments

Comments
 (0)