Fixed typo (#96)

This commit is contained in:
Ivan 2018-11-06 13:32:16 +01:00 committed by Vojtech Novak
parent 40b79f57b0
commit b2fa7cc6cd
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ Shows a dialog with a text input field.
##### `showPicker`
> static showProgress(
> static showPicker(
> title?: null | string,
> content?: null | string,
> options: OptionsPicker