diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/parse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/parse.js b/src/ng/parse.js index ede3f24b..eeb60c4e 100644 --- a/src/ng/parse.js +++ b/src/ng/parse.js @@ -8,7 +8,7 @@ var promiseWarning; // ------------------------------ // Angular expressions are generally considered safe because these expressions only have direct // access to $scope and locals. However, one can obtain the ability to execute arbitrary JS code by -// obtaining a reference to native JS functions such as the Function constructor, thw global Window +// obtaining a reference to native JS functions such as the Function constructor, the global Window // or Document object. In addition, many powerful functions for use by JavaScript code are // published on scope that shouldn't be available from within an Angular expression. // |
