Skip to content

Commit 0cbed3d

Browse files
fix: typo in option description (#2025)
1 parent ec812ed commit 0cbed3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli-platform-ios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Explicitly set device to use by name. The value is not required if you have a si
7171

7272
#### `--destination <string>`
7373

74-
Explicitly extend distination e.g. "arch=x86_64"
74+
Explicitly extend destination e.g. "arch=x86_64"
7575

7676
#### `--udid <string>`
7777

packages/cli-platform-ios/src/commands/buildIOS/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const iosBuildOptions = [
230230
},
231231
{
232232
name: '--destination <string>',
233-
description: 'Explicitly extend distination e.g. "arch=x86_64"',
233+
description: 'Explicitly extend destination e.g. "arch=x86_64"',
234234
},
235235
{
236236
name: '--udid <string>',

0 commit comments

Comments
 (0)