mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
docs(opener): fix openUrl example name (#3643)
This commit is contained in:
@@ -90,7 +90,7 @@ await openPath('/path/to/file');
|
||||
// opens a file using `vlc` command on Windows:
|
||||
await openPath('C:/path/to/file', 'vlc');
|
||||
// opens a URL using the default program:
|
||||
await openURL('https://tauri.app');
|
||||
await openUrl('https://tauri.app');
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user