Parcourir la source

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

Grammar correction.
Justin Syme il y a 2 ans
Parent
commit
830ae97955
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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