You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/01/13 23:53:09 UTC

docs commit: Fix typo in Android guide. This closes #440.

Repository: cordova-docs
Updated Branches:
  refs/heads/master d31cdb32a -> 200b8a6ad


Fix typo in Android guide. This closes #440.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/200b8a6a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/200b8a6a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/200b8a6a

Branch: refs/heads/master
Commit: 200b8a6ad9f3f33f8f64333590d46383dddde603
Parents: d31cdb3
Author: Peter Bakondy <pb...@gmail.com>
Authored: Fri Dec 11 12:15:50 2015 +0100
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Wed Jan 13 14:52:48 2016 -0800

----------------------------------------------------------------------
 www/docs/en/dev/guide/platforms/android/plugin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/200b8a6a/www/docs/en/dev/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/platforms/android/plugin.md b/www/docs/en/dev/guide/platforms/android/plugin.md
index eb077b5..ee40b66 100644
--- a/www/docs/en/dev/guide/platforms/android/plugin.md
+++ b/www/docs/en/dev/guide/platforms/android/plugin.md
@@ -283,7 +283,7 @@ documentation [here](http://developer.android.com/guide/topics/security/permissi
 
 As far as a plugin is concerned, the permission can be requested by calling the permission method, which signature is as follows:
 
-        cordova.reqquestPermission(CordovaPlugin plugin, int requestCode, String permission);
+        cordova.requestPermission(CordovaPlugin plugin, int requestCode, String permission);
 
 To cut down on verbosity, it's standard practice to assign this to a local static variable:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org