From 6a7aca634b409547eaae6748b3011bc949a4130c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 22 Jun 2016 15:11:11 -0400 Subject: [PATCH] docs(searchbar): fix attribute description for showCancelButton --- src/components/searchbar/searchbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/searchbar/searchbar.ts b/src/components/searchbar/searchbar.ts index 0c05acaaa0..f47ad8fdd8 100644 --- a/src/components/searchbar/searchbar.ts +++ b/src/components/searchbar/searchbar.ts @@ -58,7 +58,7 @@ export class Searchbar { @Input() cancelButtonText: string = 'Cancel'; /** - * @input {boolean} Whether to hide the cancel button or not. Default: `"false"`. + * @input {boolean} Whether to show the cancel button or not. Default: `"false"`. */ @Input() showCancelButton: any = false;