You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2022/02/07 15:30:09 UTC

[cordova-docs] branch master updated: Update events.md (#1227)

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

normanbreau 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 d80f8dd  Update events.md (#1227)
d80f8dd is described below

commit d80f8dd0d400b58ad710cbc48bb8153e8e8e719a
Author: DAnn2012 <da...@hotmail.it>
AuthorDate: Mon Feb 7 16:30:02 2022 +0100

    Update events.md (#1227)
---
 www/docs/en/dev/cordova/events/events.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/cordova/events/events.md b/www/docs/en/dev/cordova/events/events.md
index 2de50a7..083a2d9 100644
--- a/www/docs/en/dev/cordova/events/events.md
+++ b/www/docs/en/dev/cordova/events/events.md
@@ -333,7 +333,7 @@ overrides the default menu button behavior.
 document.addEventListener("menubutton", onMenuKeyDown, false);
 
 function onMenuKeyDown() {
-    // Handle the back button
+    // Handle the menu button
 }
 ```
 

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