From cc1e4225b77532dd823635ee42aba188038fe26f Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 14 Apr 2013 01:29:16 +0800 Subject: docs(Angular.js): fix typo --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index cafaa054..a4ef8966 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -639,7 +639,7 @@ function shallowCopy(src, dst) { * During a property comparison, properties of `function` type and properties with names * that begin with `$` are ignored. * - * Scope and DOMWindow objects are being compared only be identify (`===`). + * Scope and DOMWindow objects are being compared only by identify (`===`). * * @param {*} o1 Object or value to compare. * @param {*} o2 Object or value to compare. -- cgit v1.2.3