docs: fix typo ()

pull/261/head
Markus Staab 2020-10-04 14:34:46 +02:00 zatwierdzone przez GitHub
rodzic dce001ecaf
commit 597501ed3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
src/components/input

Wyświetl plik

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