mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(): fix occurred typo (#19916)
* docs(searchbar): typo ocurred / occurred * docs(textarea): occurred typo * docs(input): occurred typo * docs(regenerate): occurred typo fix
This commit is contained in:
committed by
Liam DeBeasi
parent
fc4bb2db5c
commit
9e9f72a87f
6
core/src/components.d.ts
vendored
6
core/src/components.d.ts
vendored
@@ -4440,7 +4440,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
'onIonFocus'?: (event: CustomEvent<void>) => void;
|
||||
/**
|
||||
* Emitted when a keyboard input ocurred.
|
||||
* Emitted when a keyboard input occurred.
|
||||
*/
|
||||
'onIonInput'?: (event: CustomEvent<KeyboardEvent>) => void;
|
||||
/**
|
||||
@@ -5414,7 +5414,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
'onIonFocus'?: (event: CustomEvent<void>) => void;
|
||||
/**
|
||||
* Emitted when a keyboard input ocurred.
|
||||
* Emitted when a keyboard input occurred.
|
||||
*/
|
||||
'onIonInput'?: (event: CustomEvent<KeyboardEvent>) => void;
|
||||
/**
|
||||
@@ -5869,7 +5869,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
'onIonFocus'?: (event: CustomEvent<void>) => void;
|
||||
/**
|
||||
* Emitted when a keyboard input ocurred.
|
||||
* Emitted when a keyboard input occurred.
|
||||
*/
|
||||
'onIonInput'?: (event: CustomEvent<KeyboardEvent>) => void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user