@@ -236,7 +236,7 @@ tns.projectDataService.getAssetsStructure({ projectDir: "/Users/username/myNativ
236
236
` ` `
237
237
238
238
### getIOSAssetsStructure
239
- Gives information about the assets structure for iOS . The returned object will contain icons, splashBackgrounds, splashCenterImages and splashImages.
239
+ Gives information about the assets structure for iOS. The returned object will contain icons, splashBackgrounds, splashCenterImages and splashImages.
240
240
* Definition:
241
241
` ` ` TypeScript
242
242
/**
@@ -256,7 +256,7 @@ tns.projectDataService.getIOSAssetsStructure({ projectDir: "/Users/username/myNa
256
256
` ` `
257
257
258
258
### getAndroidAssetsStructure
259
- Gives information about the assets structure for Android . The returned object will contain icons, splashBackgrounds and splashCenterImages.
259
+ Gives information about the assets structure for Android. The returned object will contain icons, splashBackgrounds and splashCenterImages.
260
260
* Definition:
261
261
` ` ` TypeScript
262
262
/**
@@ -425,7 +425,7 @@ interface IConfigurationSettings {
425
425
* Definition:
426
426
` ` ` TypeScript
427
427
/**
428
- * Describes service used to confugure various settings.
428
+ * Describes service used to configure various settings.
429
429
*/
430
430
interface ISettingsService {
431
431
/**
@@ -610,7 +610,7 @@ The returned Promise will be rejected in case any error occurs. It will also be
610
610
/**
611
611
* Starts debug operation based on the specified debug data.
612
612
* @param {IDebugData} debugData Describes information for device and application that will be debugged.
613
- * @param {IDebugOptions} debugOptions Describe possible options to modify the behaivor of the debug operation, for example stop on the first line.
613
+ * @param {IDebugOptions} debugOptions Describe possible options to modify the behavior of the debug operation, for example stop on the first line.
614
614
* @returns {Promise<IDebugInformation>} Device Identifier, full url and port where the frontend client can be connected.
615
615
*/
616
616
debug (debugData: IDebugData, debugOptions: IDebugOptions): Promise < IDebugInformation> ;
0 commit comments