From c0416866f597e489c6c332f3f53dd15d515baf31 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Sat, 8 Mar 2014 22:04:58 +0100 Subject: docs(booleanAttrs): fix typo --- src/ng/directive/booleanAttrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 50f118d4..e98a6103 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -277,7 +277,7 @@ * such as selected. (Their presence means true and their absence means false.) * If we put an Angular interpolation expression into such an attribute then the * binding information would be lost when the browser removes the attribute. - * The `ngSelected` directive solves this problem for the `selected` atttribute. + * The `ngSelected` directive solves this problem for the `selected` attribute. * This complementary directive is not removed by the browser and so provides * a permanent reliable place to store the binding information. * -- cgit v1.2.3