From a01cf6d39e30598bb0145e619515c69b6aac09e9 Mon Sep 17 00:00:00 2001 From: dandoyon Date: Fri, 29 Jul 2011 18:42:16 -0700 Subject: doc(typos): fix couple of typos in the docs Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation. --- src/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/directives.js') diff --git a/src/directives.js b/src/directives.js index d2f24a31..9aa0d57e 100644 --- a/src/directives.js +++ b/src/directives.js @@ -265,7 +265,7 @@ angularDirective("ng:bind", function(expression, element){ error = formatError(e); }); this.$element = oldElement; - // If we are HTML than save the raw HTML data so that we don't + // If we are HTML then save the raw HTML data so that we don't // recompute sanitization since it is expensive. // TODO: turn this into a more generic way to compute this if (isHtml = (value instanceof HTML)) -- cgit v1.2.3