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.