This is an automated email from the ASF dual-hosted git repository.

manuelbeck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 25bde2630e fix: typo manar -> manner (#1464)
25bde2630e is described below

commit 25bde2630e041ec5953f200c531eaad0a866e70b
Author: Volker Braun <[email protected]>
AuthorDate: Mon Jan 19 14:45:24 2026 +0100

    fix: typo manar -> manner (#1464)
    
    - Fix typo: "in some manar" -> "in some manner"
    - More common phrasing: "method can not return" -> "method cannot return"
---
 www/docs/en/latest/guide/platforms/ios/plugin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/latest/guide/platforms/ios/plugin.md 
b/www/docs/en/latest/guide/platforms/ios/plugin.md
index e81f2995d3..0e2035d344 100644
--- a/www/docs/en/latest/guide/platforms/ios/plugin.md
+++ b/www/docs/en/latest/guide/platforms/ios/plugin.md
@@ -310,7 +310,7 @@ targets: [
 
 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.
 
-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.
+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.
 
 #### Handeling Long-running & Background Activities
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to