Skip to content

Commit 93296f4

Browse files
authored
Fix typos (#4745)
- Fix incorrect JSON structure in turbo-native-modules-ios.md - Fix typo for CocoaPods
1 parent bb3dd17 commit 93296f4

18 files changed

+28
-26
lines changed

docs/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera
3131

3232
We need to prepare your iOS project using Xcode by completing these **5 steps**:
3333

34-
1. Open the CocoPods generated Xcode Workspace:
34+
1. Open the CocoaPods generated Xcode Workspace:
3535

3636
```bash
3737
cd ios

docs/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ bundle exec pod install
297297

298298
This step adds the `shared` folder to the project to make it visible to Xcode.
299299

300-
1. Open the CocoPods generated Xcode Workspace.
300+
1. Open the CocoaPods generated Xcode Workspace.
301301

302302
```bash
303303
cd ios

docs/turbo-native-modules-ios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv
1111

1212
We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.
1313

14-
1. Open the CocoPods generated Xcode Workspace:
14+
1. Open the CocoaPods generated Xcode Workspace:
1515

1616
```bash
1717
cd ios
@@ -137,13 +137,13 @@ Modify the `package.json` as it follows:
137137
"jsSrcsDir": "specs",
138138
"android": {
139139
"javaPackageName": "com.sampleapp.specs"
140-
}
140+
},
141141
// highlight-add-start
142142
"ios": {
143143
"modulesProvider": {
144144
"NativeLocalStorage": "RCTNativeLocalStorage"
145145
}
146-
},
146+
}
147147
// highlight-add-end
148148
},
149149

website/versioned_docs/version-0.77/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera
3131

3232
We need to prepare your iOS project using Xcode by completing these **5 steps**:
3333

34-
1. Open the CocoPods generated Xcode Workspace:
34+
1. Open the CocoaPods generated Xcode Workspace:
3535

3636
```bash
3737
cd ios

website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ bundle exec pod install
297297

298298
This step adds the `shared` folder to the project to make it visible to Xcode.
299299

300-
1. Open the CocoPods generated Xcode Workspace.
300+
1. Open the CocoaPods generated Xcode Workspace.
301301

302302
```bash
303303
cd ios

website/versioned_docs/version-0.77/turbo-native-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv
1111

1212
We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.
1313

14-
1. Open the CocoPods generated Xcode Workspace:
14+
1. Open the CocoaPods generated Xcode Workspace:
1515

1616
```bash
1717
cd ios

website/versioned_docs/version-0.78/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera
3131

3232
We need to prepare your iOS project using Xcode by completing these **5 steps**:
3333

34-
1. Open the CocoPods generated Xcode Workspace:
34+
1. Open the CocoaPods generated Xcode Workspace:
3535

3636
```bash
3737
cd ios

website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ bundle exec pod install
297297

298298
This step adds the `shared` folder to the project to make it visible to Xcode.
299299

300-
1. Open the CocoPods generated Xcode Workspace.
300+
1. Open the CocoaPods generated Xcode Workspace.
301301

302302
```bash
303303
cd ios

website/versioned_docs/version-0.78/turbo-native-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv
1111

1212
We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.
1313

14-
1. Open the CocoPods generated Xcode Workspace:
14+
1. Open the CocoaPods generated Xcode Workspace:
1515

1616
```bash
1717
cd ios

website/versioned_docs/version-0.79/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera
3131

3232
We need to prepare your iOS project using Xcode by completing these **5 steps**:
3333

34-
1. Open the CocoPods generated Xcode Workspace:
34+
1. Open the CocoaPods generated Xcode Workspace:
3535

3636
```bash
3737
cd ios

0 commit comments

Comments
 (0)