docs(react): fix schema typo to scheme in react-native run-ios schema.json (#17813)

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
This commit is contained in:
Stefano Formicola 2023-09-07 04:14:11 +02:00 committed by GitHub
parent 1572749f4a
commit e68a517a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
"examples": ["Debug", "Release"],
"x-priority": "important"
},
"schema": {
"scheme": {
"type": "string",
"description": "Explicitly set Xcode scheme to use"
},

View File

@ -48,7 +48,7 @@
"examples": ["Debug", "Release"],
"x-priority": "important"
},
"schema": {
"scheme": {
"type": "string",
"description": "Explicitly set Xcode scheme to use"
},