From 66da98dc5f60e63bb17f28c0f6b9bd8f495428c9 Mon Sep 17 00:00:00 2001 From: Sergio Leal Date: Wed, 24 Aug 2016 01:40:10 +0100 Subject: [PATCH] docs: update toolbar.ts (#7830) Just a typo --- src/components/toolbar/toolbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toolbar/toolbar.ts b/src/components/toolbar/toolbar.ts index 87b9371889..deb63a95a3 100644 --- a/src/components/toolbar/toolbar.ts +++ b/src/components/toolbar/toolbar.ts @@ -8,7 +8,7 @@ import { ViewController } from '../nav/view-controller'; /** * @name Header * @description - * Header is a parent compnent that holds the navbar and toolbar component. + * Header is a parent component that holds the navbar and toolbar component. * It's important to note that `ion-header` needs to be the one of the three root elements of a page * * @usage