From 0cbed3d09d3009f0b116ecb4882d12af0ee30bde Mon Sep 17 00:00:00 2001 From: Szymon Rybczak Date: Wed, 26 Jul 2023 15:26:56 +0200 Subject: [PATCH] fix: typo in option description (#2025) --- packages/cli-platform-ios/README.md | 2 +- packages/cli-platform-ios/src/commands/buildIOS/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli-platform-ios/README.md b/packages/cli-platform-ios/README.md index 46ac0434b..6eba4ce53 100644 --- a/packages/cli-platform-ios/README.md +++ b/packages/cli-platform-ios/README.md @@ -71,7 +71,7 @@ Explicitly set device to use by name. The value is not required if you have a si #### `--destination ` -Explicitly extend distination e.g. "arch=x86_64" +Explicitly extend destination e.g. "arch=x86_64" #### `--udid ` diff --git a/packages/cli-platform-ios/src/commands/buildIOS/index.ts b/packages/cli-platform-ios/src/commands/buildIOS/index.ts index 8a04d858a..7d50eb617 100644 --- a/packages/cli-platform-ios/src/commands/buildIOS/index.ts +++ b/packages/cli-platform-ios/src/commands/buildIOS/index.ts @@ -230,7 +230,7 @@ export const iosBuildOptions = [ }, { name: '--destination ', - description: 'Explicitly extend distination e.g. "arch=x86_64"', + description: 'Explicitly extend destination e.g. "arch=x86_64"', }, { name: '--udid ',