Skip to content

Commit 936fed0

Browse files
committed
Merge branch 'floitsch/initial.open-browser' of github.com:toitlang/pkg-desktop into floitsch/initial.open-browser
2 parents e55ec01 + 21de8a1 commit 936fed0

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)