Selaa lähdekoodia

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

Grammar correction.
Justin Syme 2 vuotta sitten
vanhempi
sitoutus
830ae97955
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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