@@ -712,9 +712,9 @@ module.exports = {
712712 * none is enabled, Bug
713713 * reporting becomes the default invocation option.
714714 *
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
718718 * */
719719 setPromptOptionsEnabled : function ( chat , bug , feedback ) {
720720 Instabug . setPromptOptionsEnabled ( chat , bug , feedback ) ;
@@ -741,11 +741,11 @@ module.exports = {
741741 } ,
742742
743743 /**
744- * @summary Checks wether app is development/Beta testing OR live
744+ * @summary Checks whether app is development/Beta testing OR live
745745 * 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
747747 * app store.
748- * @param {function } isInstabugNotificationCallback callback with argument as return value 'isLive'
748+ * @param {function } runningLiveCallBack callback with argument as return value 'isLive'
749749 */
750750 isRunningLive : function ( runningLiveCallBack ) {
751751 if ( Platform . OS === 'ios' ) {
0 commit comments