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/01 22:21:25 UTC

[05/15] docs commit: [CB-3962] plug-in => plugin

[CB-3962] plug-in => plugin


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

Branch: refs/heads/master
Commit: d325ca9a634582f2a61d174568b454b5c56681a4
Parents: 2c75960
Author: Mike Sierra <le...@gmail.com>
Authored: Thu Aug 1 11:48:32 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 1 13:18:01 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/events/events.pause.md | 2 +-
 docs/en/edge/guide/overview/index.md        | 4 ++--
 docs/en/edge/guide/platforms/wp8/plugin.md  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d325ca9a/docs/en/edge/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/events/events.pause.md b/docs/en/edge/cordova/events/events.pause.md
index 6c35ba8..3cf7e30 100644
--- a/docs/en/edge/cordova/events/events.pause.md
+++ b/docs/en/edge/cordova/events/events.pause.md
@@ -90,7 +90,7 @@ iOS Quirks
 --------------------------
 
 In the `pause` handler, any calls to the Cordova API or to native
-plug-ins that go through Objective-C do not work, along with any
+plugins that go through Objective-C do not work, along with any
 interactive calls, such as alerts or `console.log()`. They are only
 processed when the app resumes, on the next run loop.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d325ca9a/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index e0f26e8..c92e236 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -38,7 +38,7 @@ Use Cordova if you are:
 
 * a mobile developer interested in mixing native application
   components with a _WebView_ (browser window) that can access
-  device-level APIs, or if you want to develop a plug-in interface
+  device-level APIs, or if you want to develop a plugin interface
   between native and WebView components.
 
 ## Basic Components
@@ -65,7 +65,7 @@ XREF -->
 The Cordova-enabled WebView may provide the application with its
 entire user interface. It can also be a component within a larger,
 hybrid application that mixes the WebView with native application
-components.  Cordova provides a _plug-in_ interface for these
+components.  Cordova provides a _plugin_ interface for these
 components to communicate with each other.
 
 ## Development Paths

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d325ca9a/docs/en/edge/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/plugin.md b/docs/en/edge/guide/platforms/wp8/plugin.md
index 2b7c732..62d843e 100644
--- a/docs/en/edge/guide/platforms/wp8/plugin.md
+++ b/docs/en/edge/guide/platforms/wp8/plugin.md
@@ -207,6 +207,6 @@ inform yourself of errors.
 
 - It is usually a good idea to do parameter checking in your
   JavaScript code, before you call `exec`.  This allows you to re-use
-  more JavaScript code among your plug-in's various native
+  more JavaScript code among your plugin's various native
   implementations.