Skip to content

Commit b520573

Browse files
authored
Fix Typo in System Pacakage docs. (#9348)
Fixed a typo ### Motivation: Don't like typos ### Modifications: Fixed typo ### Result: No more typo.
1 parent 4bb01f6 commit b520573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageManagerDocs/Documentation.docc/Dependencies/AddingSystemLibraryDependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To do so, add a `target` of type [systemLibrary](https://developer.apple.com/doc
1212
For Unix-like systems, Swift Package Manager can use [pkgConfig](https://en.wikipedia.org/wiki/Pkg-config) to provide the compiler with the paths for including library headers and linking to binaries.
1313
If your system doesn't provide pkgConfig, or the library doesn't include package config files, you can provide the options to the Swift compiler directly.
1414

15-
`pkgConfig` looks up libraries by name, which is the paramter that you pass to the systemLibrary target.
15+
`pkgConfig` looks up libraries by name, which is the parameter that you pass to the systemLibrary target.
1616
The following two examples illustrate using `libgit2` to manually look up paths for that library:
1717

1818
```bash

0 commit comments

Comments
 (0)