From 1d82c9e93eff61ad5809e6114e5edd837c7aeb62 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Thu, 3 Dec 2015 13:47:02 -0500 Subject: [PATCH] Fix 'dependable' typo in DevelopingPackages.md --- Documentation/DevelopingPackages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DevelopingPackages.md b/Documentation/DevelopingPackages.md index 36be6770501..596025c633b 100644 --- a/Documentation/DevelopingPackages.md +++ b/Documentation/DevelopingPackages.md @@ -7,7 +7,7 @@ that contains Swift sources and a `Package.swift` manifest file at its root. If you are building an app with several modules, at some point you may decide to make that module into an external package. Doing this makes that code available -as a dependendable library that others may use. +as a dependable library that others may use. Doing so with the package manager is relatively simple: