Explorar o código

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

Grammar correction.
Justin Syme %!s(int64=2) %!d(string=hai) anos
pai
achega
830ae97955
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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