docs(module): fix typo (#9369)

This commit is contained in:
Musa Haidari
2016-11-28 21:38:59 +04:30
committed by Brandy Carney
parent 7fff49bd4b
commit 36eb834563

View File

@ -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/).