diff --git a/modules/@angular/docs/cheatsheet/ngmodules.md b/modules/@angular/docs/cheatsheet/ngmodules.md index 2cafc4b5a1..d55972ee9a 100644 --- a/modules/@angular/docs/cheatsheet/ngmodules.md +++ b/modules/@angular/docs/cheatsheet/ngmodules.md @@ -16,7 +16,7 @@ Defines a module that contains components, directives, pipes, and providers. syntax(js): `ng.core.NgModule({declarations: ..., imports: ..., exports: ..., providers: ..., bootstrap: ...}). -class({ constructor: function() {}})` +Class({ constructor: function() {}})` description: Defines a module that contains components, directives, pipes, and providers.