Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d20ba95

Browse files
thorn0gkalpak
authored andcommitted
docs(Module): fix parameter names for .decorator()
Closes #14413
1 parent 7945e50 commit d20ba95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/loader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ function setupModuleLoader(window) {
197197
* @ngdoc method
198198
* @name angular.Module#decorator
199199
* @module ng
200-
* @param {string} The name of the service to decorate.
201-
* @param {Function} This function will be invoked when the service needs to be
202-
* instantiated and should return the decorated service instance.
200+
* @param {string} name The name of the service to decorate.
201+
* @param {Function} decorFn This function will be invoked when the service needs to be
202+
* instantiated and should return the decorated service instance.
203203
* @description
204204
* See {@link auto.$provide#decorator $provide.decorator()}.
205205
*/

0 commit comments

Comments
 (0)