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

Commit 8c02a49

Browse files
Jake Buobbtford
Jake Buob
authored andcommitted
docs(tutorial/step_07): fix typo
1 parent b5d2a2a commit 8c02a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ service, the `$routeProvider` exposes APIs that allow you to define routes for y
9797
Angular modules solve the problem of removing global state from the application and provide a way
9898
of configuring the injector. As opposed to AMD or require.js modules, Angular modules don't try to
9999
solve the problem of script load ordering or lazy script fetching. These goals are totally independent and
100-
both module systems can live side by side and fulfil their goals.
100+
both module systems can live side by side and fulfill their goals.
101101

102102
To deepen your understanding of DI on Angular, see
103103
[Understanding Dependency Injection](https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection).

0 commit comments

Comments
 (0)