Quellcode durchsuchen

docs(api.js): update `app.show` docs (#5633)

Grammar correction.
Justin Syme vor 2 Jahren
Ursprung
Commit
830ae97955
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tooling/api/src/app.ts

+ 1 - 1
tooling/api/src/app.ts

@@ -87,7 +87,7 @@ async function getTauriVersion(): Promise<string> {
 }
 
 /**
- * Shows the application on macOS. This function does not automatically focuses any app window.
+ * Shows the application on macOS. This function does not automatically focus any specific app window.
  *
  * @example
  * ```typescript