From 3141dbf1790dd2a2315c737498949f10587b0d52 Mon Sep 17 00:00:00 2001 From: vaibhav kohli Date: Sun, 29 Jun 2014 16:01:29 +0530 Subject: [PATCH] style(Angular.js): remove extra whitespace --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 3d2553e0b..6be628f1f 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1279,7 +1279,7 @@ function angularInit(element, bootstrap) { * * Angular will detect if it has been loaded into the browser more than once and only allow the * first loaded script to be bootstrapped and will report a warning to the browser console for - * each of the subsequent scripts. This prevents strange results in applications, where otherwise + * each of the subsequent scripts. This prevents strange results in applications, where otherwise * multiple instances of Angular try to work on the DOM. * *