mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 14:40:54 +00:00
Fix typos
This commit is contained in:
parent
432c3a5619
commit
861a8959f0
12
index.js
12
index.js
@ -712,9 +712,9 @@ module.exports = {
|
|||||||
* none is enabled, Bug
|
* none is enabled, Bug
|
||||||
* reporting becomes the default invocation option.
|
* reporting becomes the default invocation option.
|
||||||
*
|
*
|
||||||
* @param {boolean} chat weather Talk to us is enable or not
|
* @param {boolean} chat whether Talk to us is enable or not
|
||||||
* @param {boolean} bug weather Report a Problem is enable or not
|
* @param {boolean} bug whether Report a Problem is enable or not
|
||||||
* @param {boolean} feedback weather General Feedback is enable or not
|
* @param {boolean} feedback whether General Feedback is enable or not
|
||||||
* */
|
* */
|
||||||
setPromptOptionsEnabled: function (chat, bug, feedback) {
|
setPromptOptionsEnabled: function (chat, bug, feedback) {
|
||||||
Instabug.setPromptOptionsEnabled(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
|
* 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.
|
* 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) {
|
isRunningLive: function(runningLiveCallBack) {
|
||||||
if (Platform.OS === 'ios') {
|
if (Platform.OS === 'ios') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user