From 36eb83456392bdca723a002ed382d58d873441c1 Mon Sep 17 00:00:00 2001 From: Musa Haidari Date: Mon, 28 Nov 2016 21:38:59 +0430 Subject: [PATCH] docs(module): fix typo (#9369) --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 0afeaa7617..1d65f051f1 100644 --- a/src/module.ts +++ b/src/module.ts @@ -65,7 +65,7 @@ export { ViewController } from './navigation/view-controller'; /** * @name IonicModule * @description - * IonicModule is a NgModule that helps bootstrap a whole Ionic App. By passing a root component, IonicModule will make sure that all the components and directives from the framework are provided. This includes components such as Tabs, Menus, and Slides, as well as classes like AlertController. + * IonicModule is an NgModule that helps bootstrap a whole Ionic App. By passing a root component, IonicModule will make sure that all the components and directives from the framework are provided. This includes components such as Tabs, Menus, and Slides, as well as classes like AlertController. * * * We're also able to pass any configuration to our app as a second argument for `.forRoot`. This is any valid config property from [the Config Class](/docs/v2/api/config/Config/).