Fix typos

This commit is contained in:
DevHossamHassan 2017-06-27 14:25:32 +02:00
parent 432c3a5619
commit 861a8959f0

View File

@ -712,9 +712,9 @@ module.exports = {
* none is enabled, Bug
* reporting becomes the default invocation option.
*
* @param {boolean} chat weather Talk to us is enable or not
* @param {boolean} bug weather Report a Problem is enable or not
* @param {boolean} feedback weather General Feedback is enable or not
* @param {boolean} chat whether Talk to us is enable or not
* @param {boolean} bug whether Report a Problem is enable or not
* @param {boolean} feedback whether General Feedback is enable or not
* */
setPromptOptionsEnabled: function (chat, bug, feedback) {
Instabug.setPromptOptionsEnabled(chat, bug, feedback);
@ -741,11 +741,11 @@ module.exports = {
},
/**
* @summary Checks wether app is development/Beta testing OR live
* @summary Checks whether app is development/Beta testing OR live
* Note: This API is iOS only
* It reutrns in the callback false if in development or beta testing on Test Flight, and true if app is live on the
* It returns in the callback false if in development or beta testing on Test Flight, and true if app is live on the
* app store.
* @param {function} isInstabugNotificationCallback callback with argument as return value 'isLive'
* @param {function} runningLiveCallBack callback with argument as return value 'isLive'
*/
isRunningLive: function(runningLiveCallBack) {
if (Platform.OS === 'ios') {