From 8d5151726277d174bdcc0e40746559689e77ee83 Mon Sep 17 00:00:00 2001 From: David Nelson Date: Sun, 26 Jan 2014 11:34:39 -0800 Subject: [PATCH] fixed typo 'choses' to 'chooses' --- src/ng/directive/ngSwitch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 459669a2054d..a9845a06dafa 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