From d53e61271abeab5df62c8c776b4fc0ecdc0c2833 Mon Sep 17 00:00:00 2001 From: Thomas Kekeisen Date: Fri, 21 Apr 2017 03:23:51 -0700 Subject: [PATCH] Fixeds a typo in VibrationExample.js Summary: Just found this typo in `Examples/UIExplorer/js/VibrationExample.js` and fixed it. Closes https://github.com/facebook/react-native/pull/13593 Differential Revision: D4921094 Pulled By: javache fbshipit-source-id: f0945ee0786061f98c634a3f1408c7358d930304 --- Examples/UIExplorer/js/VibrationExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/js/VibrationExample.js b/Examples/UIExplorer/js/VibrationExample.js index 6a10e71bd7..27e94eb263 100644 --- a/Examples/UIExplorer/js/VibrationExample.js +++ b/Examples/UIExplorer/js/VibrationExample.js @@ -55,7 +55,7 @@ vibration length on iOS is fixed. pattern controls durations BETWEEN each vibration only. arg 0: duration to wait before turning the vibrator on. -subsequent args: duration to wait before next vibrattion. +subsequent args: duration to wait before next vibration. `; }