Updated Branches: refs/heads/master 2a6610a21 -> 357c3a35b
Fixing mis-spelling in Android Plugin guide Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/357c3a35 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/357c3a35 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/357c3a35 Branch: refs/heads/master Commit: 357c3a35b568ec190d63de37bc511041638762c6 Parents: 2a6610a Author: Simon MacDonald <[email protected]> Authored: Sun Jul 28 21:52:35 2013 -0400 Committer: Simon MacDonald <[email protected]> Committed: Sun Jul 28 21:52:35 2013 -0400 ---------------------------------------------------------------------- docs/en/3.0.0/guide/platforms/android/plugin.md | 2 +- docs/en/edge/guide/platforms/android/plugin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/357c3a35/docs/en/3.0.0/guide/platforms/android/plugin.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/platforms/android/plugin.md b/docs/en/3.0.0/guide/platforms/android/plugin.md index dba4f2d..c23ffcf 100644 --- a/docs/en/3.0.0/guide/platforms/android/plugin.md +++ b/docs/en/3.0.0/guide/platforms/android/plugin.md @@ -26,7 +26,7 @@ file. A plugin consists of at least one Java class that extends the `CordovaPlugin` class. A plugin must override one of the `execute` 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 payback, listeners, or internal state should implement the `onReset()` method as well. This method is run when the `WebView` navigates to a new page or refreshes, which reloads the JavaScript. +Plugins with long-running requests, background activity such as media playback, listeners, or internal state should implement the `onReset()` method as well. This method is run when the `WebView` navigates to a new page or refreshes, which reloads the JavaScript. ## Plugin Class Mapping http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/357c3a35/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 dba4f2d..c23ffcf 100644 --- a/docs/en/edge/guide/platforms/android/plugin.md +++ b/docs/en/edge/guide/platforms/android/plugin.md @@ -26,7 +26,7 @@ file. A plugin consists of at least one Java class that extends the `CordovaPlugin` class. A plugin must override one of the `execute` 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 payback, listeners, or internal state should implement the `onReset()` method as well. This method is run when the `WebView` navigates to a new page or refreshes, which reloads the JavaScript. +Plugins with long-running requests, background activity such as media playback, listeners, or internal state should implement the `onReset()` method as well. This method is run when the `WebView` navigates to a new page or refreshes, which reloads the JavaScript. ## Plugin Class Mapping
