aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngSwitch.js
diff options
context:
space:
mode:
authorDavid Nelson2014-01-26 11:34:39 -0800
committerCaitlin Potter2014-01-26 15:42:27 -0500
commit4f735b060563463d40711180beda6527722482b3 (patch)
tree193b4058f8fa83e9442c314ed9a85a9d4ee40e71 /src/ng/directive/ngSwitch.js
parent319dd1a449f952c9204addab536d41cc5ba54290 (diff)
downloadangular.js-4f735b060563463d40711180beda6527722482b3.tar.bz2
docs(ngSwitch): fixed typo 'choses' to 'chooses'
Closes #5992
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 459669a2..a9845a06 100644
--- a/src/ng/directive/ngSwitch.js
+++ b/src/ng/directive/ngSwitch.js
@@ -11,7 +11,7 @@
* as specified in the template.
*
* The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it
- * from the template cache), `ngSwitch` simply choses one of the nested elements and makes it visible based on which element
+ * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element
* matches the value obtained from the evaluated expression. In other words, you define a container element
* (where you place the directive), place an expression on the **`on="..."` attribute**
* (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place