You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/02 19:39:34 UTC

docs commit: Missing space between two words

Updated Branches:
  refs/heads/master 3fb6feae4 -> 9c8d55f04


Missing space between two words


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

Branch: refs/heads/master
Commit: 9c8d55f049c34cdccd13697f2629d9c11a5e8828
Parents: 3fb6fea
Author: Emmanuel DEMEY <de...@gmail.com>
Authored: Fri Aug 2 10:56:56 2013 +0200
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Aug 2 10:39:13 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9c8d55f0/docs/en/edge/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/plugin.md b/docs/en/edge/guide/platforms/android/plugin.md
index ecd5a5a..b9a9966 100644
--- a/docs/en/edge/guide/platforms/android/plugin.md
+++ b/docs/en/edge/guide/platforms/android/plugin.md
@@ -30,7 +30,7 @@ methods from `CordovaPlugin`.  As best practice, the plugin should
 handle `pause` and `resume` events, and any message passing between
 plugins.  Plugins with long-running requests, background activity such
 as media playback, listeners, or internal state should implement the
-`onReset()` method as well. It executeswhen the `WebView` navigates to
+`onReset()` method as well. It executes when the `WebView` navigates to
 a new page or refreshes, which reloads the JavaScript.
 
 ## Plugin Class Mapping