Skip to content

Commit b32adb7

Browse files
refractalizeIgorMinar
authored andcommitted
docs(module): fix typo in example
fixed example app, `simpleAppModule` should have been `myAppModule`.
1 parent 271d2be commit b32adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

Lines changed: 1 addition & 1 deletion
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-
simpleAppModule.filter('greet', function() {
38+
myAppModule.filter('greet', function() {
3939
return function(name) {
4040
return 'Hello, ' + name + '!';
4141
};

0 commit comments

Comments
 (0)