From e2529e5f1e6ea98f33ed85756a292c25588ac1e1 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sat, 1 Oct 2016 13:30:17 +0200 Subject: [PATCH] docs(button): mode --- src/components/button/button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/button.ts b/src/components/button/button.ts index fa6674ce42..28978204d4 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -202,7 +202,7 @@ export class Button extends Ion { } /** - * @input {string} A button that fills its parent container without a border-radius or borders on the left/right. + * @input {string} The mode to apply to this component. */ @Input() set mode(val: string) {