Skip to content

Commit

Permalink
docs(react): fix schema typo to scheme in react-native run-ios schema…
Browse files Browse the repository at this point in the history
….json (#17813)

Co-authored-by: Isaac Mann <[email protected]>
Co-authored-by: Isaac Mann <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent 1572749 commit e68a517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"examples": ["Debug", "Release"],
"x-priority": "important"
},
"schema": {
"scheme": {
"type": "string",
"description": "Explicitly set Xcode scheme to use"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/executors/run-ios/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"examples": ["Debug", "Release"],
"x-priority": "important"
},
"schema": {
"scheme": {
"type": "string",
"description": "Explicitly set Xcode scheme to use"
},
Expand Down

1 comment on commit e68a517

@vercel
Copy link

@vercel vercel bot commented on e68a517 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.