mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Merge pull request #5798 from dmackerman/patch-1
docs(): fix typo, chacked -> checked
This commit is contained in:
@ -230,7 +230,7 @@ export class Alert extends ViewController {
|
|||||||
* | placeHolder | `string` | The input's placeholder (optional) |
|
* | placeHolder | `string` | The input's placeholder (optional) |
|
||||||
* | value | `string` | The input's value (optional) |
|
* | value | `string` | The input's value (optional) |
|
||||||
* | label | `string` | The input's label (optional) |
|
* | label | `string` | The input's label (optional) |
|
||||||
* | chacked | `boolean` | Whether or not the input is checked or not (optional) |
|
* | checked | `boolean` | Whether or not the input is checked or not (optional) |
|
||||||
* | id | `string` | The input's id (optional) |
|
* | id | `string` | The input's id (optional) |
|
||||||
*
|
*
|
||||||
* Button options
|
* Button options
|
||||||
|
Reference in New Issue
Block a user