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/07/31 22:01:04 UTC

[09/15] docs commit: [CB-3962] no (s) necessary for plural

[CB-3962] no (s) necessary for plural


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

Branch: refs/heads/master
Commit: 2fa779ac1b13a754915df3b3245e16872023eb77
Parents: bd38519
Author: Mike Sierra <le...@gmail.com>
Authored: Wed Jul 31 12:38:00 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 31 12:59:59 2013 -0700

----------------------------------------------------------------------
 STYLESHEET.md                                      | 3 +++
 docs/en/edge/cordova/media/capture/captureAudio.md | 2 +-
 docs/en/edge/cordova/media/capture/captureImage.md | 2 +-
 docs/en/edge/cordova/media/capture/captureVideo.md | 2 +-
 docs/en/edge/guide/platforms/blackberry10/tools.md | 6 +++---
 5 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fa779ac/STYLESHEET.md
----------------------------------------------------------------------
diff --git a/STYLESHEET.md b/STYLESHEET.md
index 731559c..a592ece 100644
--- a/STYLESHEET.md
+++ b/STYLESHEET.md
@@ -169,6 +169,9 @@ editorial guidelines.
 * Avoid unnecessary/gratuitous slash-delimited alternators in text, as
   in this example (but OK to refer to try/catch blocks).
 
+* Avoid trailing (s) to denote optional plural. It's usually implicit.
+  E.g., "return information about captured image files", not "file(s)"
+
 ## Punctuation
 
 * Initial Cap Words in Headings, Except for Short Prepositions or

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fa779ac/docs/en/edge/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/capture/captureAudio.md b/docs/en/edge/cordova/media/capture/captureAudio.md
index edf05e3..ba0fc36 100644
--- a/docs/en/edge/cordova/media/capture/captureAudio.md
+++ b/docs/en/edge/cordova/media/capture/captureAudio.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 capture.captureAudio
 ====================
 
-> Start the audio recorder application and return information about the captured audio clip file(s).
+> Start the audio recorder application and return information about captured audio clip files.
 
     navigator.device.capture.captureAudio(
         CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fa779ac/docs/en/edge/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/capture/captureImage.md b/docs/en/edge/cordova/media/capture/captureImage.md
index 4b02b0b..9153a47 100644
--- a/docs/en/edge/cordova/media/capture/captureImage.md
+++ b/docs/en/edge/cordova/media/capture/captureImage.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 capture.captureImage
 ====================
 
-> Start the camera application and return information about captured image file(s).
+> Start the camera application and return information about captured image files.
 
     navigator.device.capture.captureImage(
         CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fa779ac/docs/en/edge/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/capture/captureVideo.md b/docs/en/edge/cordova/media/capture/captureVideo.md
index e893b54..997a3b1 100644
--- a/docs/en/edge/cordova/media/capture/captureVideo.md
+++ b/docs/en/edge/cordova/media/capture/captureVideo.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 capture.captureVideo
 ====================
 
-> Start the video recorder application and return information about captured video clip file(s).
+> Start the video recorder application and return information about captured video clip files.
 
     navigator.device.capture.captureVideo(
         CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fa779ac/docs/en/edge/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/tools.md b/docs/en/edge/guide/platforms/blackberry10/tools.md
index 9cb5e3d..8c3f6fa 100644
--- a/docs/en/edge/guide/platforms/blackberry10/tools.md
+++ b/docs/en/edge/guide/platforms/blackberry10/tools.md
@@ -58,9 +58,9 @@ command-line utility opened with administrator privileges.
 
 ## target
 
-The `target` command allows you to manage the BlackBerry device(s) or
-emulator that you will use to test your app. You can add or remove a
-target, or set a target as the default target.
+The `target` command allows you to manage the emulator or BlackBerry
+devices that you use to test your app. You can add or remove a target,
+or set a target as the default target.
 
 ### Add a target