Skip to content

Commit 0bf8bf8

Browse files
committed
Merge pull request #7 from stevemoser/patch-2
Fix 'dependable' typo in DevelopingPackages.md
2 parents f11fbee + 1d82c9e commit 0bf8bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/DevelopingPackages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that contains Swift sources and a `Package.swift` manifest file at its root.
77

88
If you are building an app with several modules, at some point you may decide to
99
make that module into an external package. Doing this makes that code available
10-
as a dependendable library that others may use.
10+
as a dependable library that others may use.
1111

1212
Doing so with the package manager is relatively simple:
1313

0 commit comments

Comments
 (0)