Skip to content

Commit 2979bf3

Browse files
eeue56lgalfaso
authored andcommitted
docs(guide/Services): Fix link to module.Factory
1 parent 4c613a2 commit 2979bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/services.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ on the service.
8282
### Registering Services
8383

8484
Services are registered to modules via the {@link angular.Module Module API}.
85-
Typically you use the {@link angular.module Module#factory} API to register a service:
85+
Typically you use the {@link angular.Module#factory Module factory} API to register a service:
8686

8787
```js
8888
var myModule = angular.module('myModule', []);

0 commit comments

Comments
 (0)