diff options
| author | dandoyon | 2011-07-29 18:42:16 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-08-18 23:24:08 -0700 |
| commit | a01cf6d39e30598bb0145e619515c69b6aac09e9 (patch) | |
| tree | 3098ed2ada9a4be843a2e2a12e8c257e7f7fc32f /src/directives.js | |
| parent | f93e9bfa81333654b915ca83294a2d3d357c73a2 (diff) | |
| download | angular.js-a01cf6d39e30598bb0145e619515c69b6aac09e9.tar.bz2 | |
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.
Diffstat (limited to 'src/directives.js')
| -rw-r--r-- | src/directives.js | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
