File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } )
Original file line number Diff line number Diff 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 } )
You can’t perform that action at this time.
0 commit comments