Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9317cd

Browse files
Jake Buobbtford
authored andcommitted
docs(tutorial/step_07): fix typo
1 parent 23c8af2 commit d9317cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

Lines changed: 1 addition & 1 deletion
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)