Skip to content

Commit 7430e75

Browse files
committed
style: typo
1 parent 6440384 commit 7430e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/input/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export class Input implements ComponentInterface {
377377
}
378378

379379
/**
380-
* This is prevents the native input from emitting the click event.
380+
* This prevents the native input from emitting the click event.
381381
* Instead, the click event from the ion-input is emitted.
382382
*/
383383
@Listen('click', { capture: true })

core/src/components/textarea/textarea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export class Textarea implements ComponentInterface {
316316
@Event() ionFocus!: EventEmitter<FocusEvent>;
317317

318318
/**
319-
* This is prevents the native input from emitting the click event.
319+
* This prevents the native input from emitting the click event.
320320
* Instead, the click event from the ion-textarea is emitted.
321321
*/
322322
@Listen('click', { capture: true })

0 commit comments

Comments
 (0)