From d577c5def1b79fef0e4db2edea0aff65125976e0 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 11 Apr 2013 15:14:20 -0600 Subject: docs: fix typos --- src/Angular.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Angular.js') diff --git a/src/Angular.js b/src/Angular.js index 0c2dff78..6a2e95cc 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -674,7 +674,7 @@ function sliceArgs(args, startIndex) { * * @description * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for - * `fn`). You can supply optional `args` that are are prebound to the function. This feature is also + * `fn`). You can supply optional `args` that are prebound to the function. This feature is also * known as [function currying](http://en.wikipedia.org/wiki/Currying). * * @param {Object} self Context which `fn` should be evaluated in. @@ -1006,7 +1006,7 @@ function bindJQuery() { } /** - * throw error of the argument is falsy. + * throw error if the argument is falsy. */ function assertArg(arg, name, reason) { if (!arg) { -- cgit v1.2.3