docs: fix typo (#237)

This commit is contained in:
Markus Staab
2020-10-04 14:34:46 +02:00
committed by GitHub
parent dce001ecaf
commit 597501ed3f

View File

@@ -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. */