From 84166029ec503d174c57e47cfcc963331125385e Mon Sep 17 00:00:00 2001 From: Jordan Klassen Date: Sat, 2 Nov 2013 13:54:27 -0700 Subject: docs($parse): Fix typo --- src/ng/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/parse.js') 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. // -- cgit v1.2.3