We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55ec01 + 21de8a1 commit 936fed0Copy full SHA for 936fed0
src/desktop.toit
@@ -102,7 +102,7 @@ cache-home -> string?:
102
Opens the given URL in the default browser.
103
104
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
+ at most $timeout-ms milliseconds. If the command hasn't returned in that time
106
it will be killed.
107
*/
108
open-browser url/string --timeout-ms/int=20_000:
0 commit comments