Skip to content

Commit 4f735b0

Browse files
davidjnelsoncaitp
authored andcommitted
docs(ngSwitch): fixed typo 'choses' to 'chooses'
Closes angular#5992
1 parent 319dd1a commit 4f735b0

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
@@ -11,7 +11,7 @@
1111
* as specified in the template.
1212
*
1313
* The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it
14-
* from the template cache), `ngSwitch` simply choses one of the nested elements and makes it visible based on which element
14+
* from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element
1515
* matches the value obtained from the evaluated expression. In other words, you define a container element
1616
* (where you place the directive), place an expression on the **`on="..."` attribute**
1717
* (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place

0 commit comments

Comments
 (0)