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/08 22:02:20 UTC

docs commit: Noticed "Paramters" was missing an 'e'. Quick fix

Updated Branches:
  refs/heads/master 1f2851b35 -> 4494a9339


Noticed "Paramters" was missing an 'e'. Quick fix


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

Branch: refs/heads/master
Commit: 4494a93399a3c3d65deb250ef31f8faf7c180341
Parents: 1f2851b
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Thu Aug 8 15:49:31 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 8 13:02:01 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/media/media.setVolume.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4494a933/docs/en/edge/cordova/media/media.setVolume.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/media.setVolume.md b/docs/en/edge/cordova/media/media.setVolume.md
index f960457..efc1f1e 100644
--- a/docs/en/edge/cordova/media/media.setVolume.md
+++ b/docs/en/edge/cordova/media/media.setVolume.md
@@ -24,7 +24,7 @@ Set the volume for an audio file.
 
     media.setVolume(volume);
 
-Paramters
+Parameters
 ---------
 
 - __volume__: The volume to set for playback.  The value must be within the range of 0.0 to 1.0.