From e68a517a7561c313011b534174b2fd748423ba9d Mon Sep 17 00:00:00 2001 From: Stefano Formicola Date: Thu, 7 Sep 2023 04:14:11 +0200 Subject: [PATCH] docs(react): fix schema typo to scheme in react-native run-ios schema.json (#17813) Co-authored-by: Isaac Mann Co-authored-by: Isaac Mann --- docs/generated/packages/react-native/executors/run-ios.json | 2 +- packages/react-native/src/executors/run-ios/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/packages/react-native/executors/run-ios.json b/docs/generated/packages/react-native/executors/run-ios.json index 387f44a2b52c1..861b39e40b363 100644 --- a/docs/generated/packages/react-native/executors/run-ios.json +++ b/docs/generated/packages/react-native/executors/run-ios.json @@ -42,7 +42,7 @@ "examples": ["Debug", "Release"], "x-priority": "important" }, - "schema": { + "scheme": { "type": "string", "description": "Explicitly set Xcode scheme to use" }, diff --git a/packages/react-native/src/executors/run-ios/schema.json b/packages/react-native/src/executors/run-ios/schema.json index e23f006c61035..b0e661b300e79 100644 --- a/packages/react-native/src/executors/run-ios/schema.json +++ b/packages/react-native/src/executors/run-ios/schema.json @@ -48,7 +48,7 @@ "examples": ["Debug", "Release"], "x-priority": "important" }, - "schema": { + "scheme": { "type": "string", "description": "Explicitly set Xcode scheme to use" },