Skip to content

Commit

Permalink
fix: typo in option description (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Jul 26, 2023
1 parent ec812ed commit 0cbed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli-platform-ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Explicitly set device to use by name. The value is not required if you have a si

#### `--destination <string>`

Explicitly extend distination e.g. "arch=x86_64"
Explicitly extend destination e.g. "arch=x86_64"

#### `--udid <string>`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli-platform-ios/src/commands/buildIOS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const iosBuildOptions = [
},
{
name: '--destination <string>',
description: 'Explicitly extend distination e.g. "arch=x86_64"',
description: 'Explicitly extend destination e.g. "arch=x86_64"',
},
{
name: '--udid <string>',
Expand Down

0 comments on commit 0cbed3d

Please sign in to comment.