From af1d476d53733634e8f483735ab67bb850387d05 Mon Sep 17 00:00:00 2001 From: Adrian Bordinc Date: Sun, 25 Sep 2016 13:50:39 +0200 Subject: [PATCH] docs($compile): Fix a typo in the warning header --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index df611d315c3d..e7c4e3bb7c71 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -8,7 +8,7 @@ * * * Does the change somehow allow for arbitrary javascript to be executed? * * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * + * Or gives undesired access to variables like document or window? * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE!