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

Commit 7079ff5

Browse files
Jay Zengmhevery
Jay Zeng
authored andcommitted
docs(module): myAppModule -> simpleAppModule
1 parent 10e1c75 commit 7079ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Important things to notice:
3535

3636
// configure the module.
3737
// in this example we will create a greeting filter
38-
myAppModule.filter('greet', function() {
38+
simpleAppModule.filter('greet', function() {
3939
return function(name) {
4040
return 'Hello, ' + name + '!';
4141
};

0 commit comments

Comments
 (0)