We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec812ed commit 0cbed3dCopy full SHA for 0cbed3d
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
71
72
#### `--destination <string>`
73
74
-Explicitly extend distination e.g. "arch=x86_64"
+Explicitly extend destination e.g. "arch=x86_64"
75
76
#### `--udid <string>`
77
packages/cli-platform-ios/src/commands/buildIOS/index.ts
@@ -230,7 +230,7 @@ export const iosBuildOptions = [
230
},
231
{
232
name: '--destination <string>',
233
- description: 'Explicitly extend distination e.g. "arch=x86_64"',
+ description: 'Explicitly extend destination e.g. "arch=x86_64"',
234
235
236
name: '--udid <string>',
0 commit comments