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