mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
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:
committed by
Facebook Github Bot
parent
f98d9f5ea8
commit
d53e61271a
@@ -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.
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user