From 597501ed3f3cb51abe3b8290c1874be7e6cce00f Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 4 Oct 2020 14:34:46 +0200 Subject: [PATCH] docs: fix typo (#237) --- src/components/input/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/input.tsx b/src/components/input/input.tsx index e7888f63..0dbaf4b2 100644 --- a/src/components/input/input.tsx +++ b/src/components/input/input.tsx @@ -85,7 +85,7 @@ export class Input { /** A pattern to validate input against. */ @Prop({ reflect: true }) pattern: string; - /** Set to true to make the checkbox a required field. */ + /** Set to true to make the input a required field. */ @Prop({ reflect: true }) required: boolean; /** The input's autocaptialize attribute. */