From c2dbb3185671e491da6a3250f2f9483adbc0ff70 Mon Sep 17 00:00:00 2001 From: townside Date: Mon, 30 Jun 2014 17:07:46 +0100 Subject: [PATCH] docs(headerFooter): Typo --- js/angular/directive/headerFooterBar.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/angular/directive/headerFooterBar.js b/js/angular/directive/headerFooterBar.js index 9965d61100..746d00b903 100644 --- a/js/angular/directive/headerFooterBar.js +++ b/js/angular/directive/headerFooterBar.js @@ -18,11 +18,12 @@ IonicModule * Note: If you use ionHeaderBar in combination with ng-if, the surrounding content * will not align correctly. This will be fixed soon. * - * @param {string=} align-title Where to align the title. + * @param {string=} align-title Where to align the title. + * Available: 'left', 'right', or 'center'. Defaults to 'center'. * @param {boolean=} no-tap-scroll By default, the header bar will scroll the * content to the top when tapped. Set no-tap-scroll to true to disable this * behavior. - * Avaialble: 'left', 'right', or 'center'. Defaults to 'center'. + * Available: true or false. Defaults to false. * * @usage * ```html @@ -58,7 +59,7 @@ IonicModule * will not align correctly. This will be fixed soon. * * @param {string=} align-title Where to align the title. - * Avaialble: 'left', 'right', or 'center'. Defaults to 'center'. + * Available: 'left', 'right', or 'center'. Defaults to 'center'. * * @usage * ```html