Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 18, 2024
1 parent c8b1f58 commit 0c0b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ The method has the following parameters:
- `options` (object, optional): options to configure the dialog further
- `indeterminate` (boolean, optional): set to `true` to visualize an unspecified wait time
- `value` (number, optional): the progress value to show to the user (if set, it must be a value between 0 and 100)
- `label` (string, optional): label to show to the right of the progress bar; you may show the progress value in a human readable way (e.g. "42%") or show the current step in a multi-step progress (e.g. "Logging in...")
- `label` (string, optional): label to show to the right of the progress bar; you may show the progress value in a human-readable way (e.g. "42%") or show the current step in a multi-step progress (e.g. "Logging in...")

This method returns a promise that resolves to a `ProgressDialog` object.

Expand Down

0 comments on commit 0c0b044

Please sign in to comment.