Updated Branches: refs/heads/master c9bac81b3 -> 107d3e857
not like imma open a bug for this Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/107d3e85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/107d3e85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/107d3e85 Branch: refs/heads/master Commit: 107d3e857a163fd7bab104504ca87a21f8634c66 Parents: c9bac81 Author: Brian LeRoux <br...@westcoastlogic.com> Authored: Thu Jul 26 14:17:39 2012 -0700 Committer: Brian LeRoux <br...@westcoastlogic.com> Committed: Thu Jul 26 14:17:39 2012 -0700 ---------------------------------------------------------------------- .../accelerometer.watchAcceleration.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/107d3e85/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md b/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md index 9e29b59..244c34c 100644 --- a/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md +++ b/docs/en/edge/cordova/accelerometer/accelerometer.watchAcceleration.md @@ -33,7 +33,7 @@ The accelerometer is a motion sensor that detects the change (delta) in movement The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object. -The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer. +The returned watch ID references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer. Supported Platforms -------------------