From d3f0aec554aa8dcb36cf1f9c03fb4e677ca02e7b Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 8 Jun 2016 17:04:49 -0400 Subject: [PATCH] doc(bootstrap): update docs --- src/config/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/bootstrap.ts b/src/config/bootstrap.ts index 54eb27f3a1..b1ce61b5da 100644 --- a/src/config/bootstrap.ts +++ b/src/config/bootstrap.ts @@ -24,7 +24,7 @@ const _reflect: any = Reflect; /** - * @name ionicBoostrap + * @name ionicBootstrap * @description * `ionicBootstrap` allows you to bootstrap your entire application. Similar to Angualr's `bootstrap`, `ionicBootstrap` * takes a root component in order to start the app. You can pass along any providers that you may want to inject into your