Skip to content

Commit 21de8a1

Browse files
floitschkasperl
andauthored
Update src/desktop.toit
Co-authored-by: Kasper Lund <[email protected]>
1 parent 848b0d9 commit 21de8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/desktop.toit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cache-home -> string?:
102102
Opens the given URL in the default browser.
103103
104104
Typically, opening the browser doesn't take long, so the function will wait for
105-
at most $timeout-ms milli-seconds. If the command hasn't returned in that time
105+
at most $timeout-ms milliseconds. If the command hasn't returned in that time
106106
it will be killed.
107107
*/
108108
open-browser url/string --timeout-ms/int=20_000:

0 commit comments

Comments
 (0)