diff options
| author | Carl Danley | 2013-07-22 11:01:00 -0400 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-27 20:53:41 +0200 | 
| commit | 258e9862840f9d45709664e0e5b2a18540d8828d (patch) | |
| tree | 17386e8499d4103b83e903b437cda808a82579ff /src/ng/browser.js | |
| parent | 1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff) | |
| download | angular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2 | |
docs(*): fixed typos and ngdoc parameter names
Diffstat (limited to 'src/ng/browser.js')
| -rw-r--r-- | src/ng/browser.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/browser.js b/src/ng/browser.js index 8d6fa80b..bfece646 100644 --- a/src/ng/browser.js +++ b/src/ng/browser.js @@ -323,7 +323,7 @@ function Browser(window, document, $log, $sniffer) {    /**     * @name ng.$browser#defer     * @methodOf ng.$browser -   * @param {function()} fn A function, who's execution should be defered. +   * @param {function()} fn A function, who's execution should be deferred.     * @param {number=} [delay=0] of milliseconds to defer the function execution.     * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`.     * @@ -352,7 +352,7 @@ function Browser(window, document, $log, $sniffer) {     * @methodOf ng.$browser.defer     *     * @description -   * Cancels a defered task identified with `deferId`. +   * Cancels a deferred task identified with `deferId`.     *     * @param {*} deferId Token returned by the `$browser.defer` function.     * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully canceled. | 
