Skip to content

Commit 2765b67

Browse files
fix: typos in readme (#2483)
1 parent 3a84d86 commit 2765b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli-platform-apple/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @react-native-community/cli-platform-apple
22

3-
This package is part of the [React Native CLI](../../README.md). It contains utilities for building reusable commands targetting Apple platforms.
3+
This package is part of the [React Native CLI](../../README.md). It contains utilities for building reusable commands targeting Apple platforms.
44

55
## Installation
66

@@ -44,7 +44,7 @@ module.exports = {
4444
`cli-platform-apple` also exports utilities to create OOT platform config.
4545

4646
- `getProjectConfig()` - creates project config for given platform
47-
- `getDependencyConfg()` - creates dependency config for given platform
47+
- `getDependencyConfig()` - creates dependency config for given platform
4848

4949
Example (`<oot-platform>/packages/react-native/react-native.config.js`):
5050

@@ -53,7 +53,7 @@ platforms: {
5353
visionos: {
5454
npmPackageName: '@callstack/react-native-visionos',
5555
projectConfig: getProjectConfig({platformName: 'visionos'}),
56-
dependencyConfig: getDependencyConfg({platformName: 'visionos'}),
56+
dependencyConfig: getDependencyConfig({platformName: 'visionos'}),
5757
},
5858
..
5959
},

0 commit comments

Comments
 (0)