Skip to content

Commit b38eb07

Browse files
authored
Documentation.docc/AddingDependencies.md: fix typo (#9160)
Fix typo
1 parent b234e08 commit b38eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageManagerDocs/Documentation.docc/AddingDependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In addition to depending on Swift packages, you can also depend on system librar
101101

102102
For more information on using a library provided by the system as a dependency, see <doc:AddingSystemLibraryDependency>.
103103

104-
### Precomiled Binary Targets for Apple platforms
104+
### Precompiled Binary Targets for Apple platforms
105105

106106
To add a dependency on a precompiled binary target, specify a `.binaryTarget` in your list of targets, using either
107107
[binarytarget(name:url:checksum:)](https://developer.apple.com/documentation/packagedescription/target/binarytarget(name:url:checksum:)) for a downloadable target,

0 commit comments

Comments
 (0)