aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/parse.js
diff options
context:
space:
mode:
authorJordan Klassen2013-11-02 13:54:27 -0700
committerVojta Jina2013-11-04 09:59:31 -0800
commit84166029ec503d174c57e47cfcc963331125385e (patch)
tree17e285a5560086b3044ceb5eb23076867a3575e3 /src/ng/parse.js
parent8d4e3fdd31eabadd87db38aa0590253e14791956 (diff)
downloadangular.js-84166029ec503d174c57e47cfcc963331125385e.tar.bz2
docs($parse): Fix typo
Diffstat (limited to 'src/ng/parse.js')
-rw-r--r--src/ng/parse.js2
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.
//