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
This commit is contained in:
Thomas Kekeisen 2017-04-21 03:23:51 -07:00 коммит произвёл Facebook Github Bot
Родитель f98d9f5ea8
Коммит d53e61271a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
`;
}