diff --git a/index.js b/index.js index 4cd1c339d..bf844adfd 100644 --- a/index.js +++ b/index.js @@ -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') {