Skip to content

Commit 0980f5a

Browse files
committed
fix typo
1 parent 24311c6 commit 0980f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/2/guide/plugins/develop-mobile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Tauri uses Kotlin by default for the Android plugin implementation, but you can
4444

4545
A Tauri plugin for iOS is defined as a Swift class that extends the `Plugin` class from the `Tauri` package. Each function with the `@objc` attribute and the `(_ invoke: Invoke)` parameter (for example `@objc private func download(_ invoke: Invoke) { }`) can be called by Rust or JavaScript.
4646

47-
The plugin is defined as a [Swift package](https://www.swift.org/package-manager/) so you can use its package manager to manage dependencies.
47+
The plugin is defined as a [Swift package](https://www.swift.org/package-manager/) so that you can use its package manager to manage dependencies.
4848

4949
## Plugin Configuration
5050

0 commit comments

Comments
 (0)