Эх сурвалжийг харах

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

Grammar correction.
Justin Syme 2 жил өмнө
parent
commit
830ae97955

+ 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