From 95d734b1bd609cb62ce560b162acdfd476d6f94e Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Mon, 6 Aug 2018 10:41:57 -0700 Subject: [PATCH] Update BUILDING.md Fix spelling --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 5d85b5525..9791a2642 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -41,7 +41,7 @@ Else if the above completed without error - jump ahead to step 3. ### Dependency Details -We have a couple of dependency management tools. We us Carthage for +We have a couple of dependency management tools. We use Carthage for managing frameworks, but because some of our dependencies are not yet framework compatible, we use Cocoapods to manage the remainder in a static library.