@@ -236,7 +236,7 @@ tns.projectDataService.getAssetsStructure({ projectDir: "/Users/username/myNativ
236236` ` `
237237
238238### 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.
240240* Definition:
241241` ` ` TypeScript
242242/**
@@ -256,7 +256,7 @@ tns.projectDataService.getIOSAssetsStructure({ projectDir: "/Users/username/myNa
256256` ` `
257257
258258### 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.
260260* Definition:
261261` ` ` TypeScript
262262/**
@@ -425,7 +425,7 @@ interface IConfigurationSettings {
425425* Definition:
426426` ` ` TypeScript
427427/**
428- * Describes service used to confugure various settings.
428+ * Describes service used to configure various settings.
429429 */
430430interface ISettingsService {
431431 /**
@@ -610,7 +610,7 @@ The returned Promise will be rejected in case any error occurs. It will also be
610610/**
611611 * Starts debug operation based on the specified debug data.
612612 * @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.
614614 * @returns {Promise<IDebugInformation>} Device Identifier, full url and port where the frontend client can be connected.
615615 */
616616debug (debugData: IDebugData, debugOptions: IDebugOptions): Promise < IDebugInformation> ;
0 commit comments