Merge branch 'master' of github.com:phonegap/phonegap-docs
diff --git a/docs/en/0.9.6/phonegap/accelerometer/accelerometer.watchAcceleration.md b/docs/en/0.9.6/phonegap/accelerometer/accelerometer.watchAcceleration.md
index 27fc13a..02af976 100644
--- a/docs/en/0.9.6/phonegap/accelerometer/accelerometer.watchAcceleration.md
+++ b/docs/en/0.9.6/phonegap/accelerometer/accelerometer.watchAcceleration.md
@@ -113,4 +113,4 @@
 
 - At the interval requested, PhoneGap will call the success callback function and pass the accelerometer results.
 - However, in requests to the device PhoneGap restricts the interval to minimum of every 40ms and a maximum of every 1000ms.
-  - For example, if you request an interval of 3 seconds (3000ms), PhoneGap will request an interval of 1 second from the device but invoke the success callback at the requested interval of 3 seconds.
+  - For example, if you request an interval of 3 seconds (3000ms), PhoneGap will request an interval of 1 second from the device but invoke the success callback at the requested interval of 3 seconds.
\ No newline at end of file