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

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

+1-1
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)