Skip to content

Commit 25bde26

Browse files
authored
fix: typo manar -> manner (#1464)
- Fix typo: "in some manar" -> "in some manner" - More common phrasing: "method can not return" -> "method cannot return"
1 parent 5a25e6b commit 25bde26

File tree

1 file changed

+1
-1
lines changed
  • www/docs/en/latest/guide/platforms/ios

1 file changed

+1
-1
lines changed

www/docs/en/latest/guide/platforms/ios/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ targets: [
310310
311311
If the plugin has any logic that should execute on the during the plugin's initialization process, the `pluginInitialize` method should be defined in the plugin's class.
312312
313-
For example, if the plugin has defined `onload` as `true`, when the app loads, the `pluginInitialize` method will be executed. Because this is triggered during app load, there is no `callbackID` so the `pluginInitialize` method can not return any results to the WebView. If results matter, they would need to be stored in some manar and later fetched with a JavaScript API call.
313+
For example, if the plugin has defined `onload` as `true`, when the app loads, the `pluginInitialize` method will be executed. Because this is triggered during app load, there is no `callbackID` so the `pluginInitialize` method cannot return any results to the WebView. If results matter, they would need to be stored in some manner and later fetched with a JavaScript API call.
314314
315315
#### Handeling Long-running & Background Activities
316316

0 commit comments

Comments
 (0)