From e800d8002617fc841a9dbaf95c5efaa69194a0ae Mon Sep 17 00:00:00 2001 From: Ken Liao Date: Wed, 13 May 2020 10:28:19 -0400 Subject: [PATCH] Update iOS tutorial wording based on suggestion Co-authored-by: kyranjamie --- _ios/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ios/tutorial.md b/_ios/tutorial.md index 11a7ced5..2ae15247 100644 --- a/_ios/tutorial.md +++ b/_ios/tutorial.md @@ -78,8 +78,8 @@ the Blockstack iOS SDK through the CocoaPods. Cocoapods is a dependency manager for Swift and Objective-C Cocoa projects. It’s a simple, user friendly way to use libraries from the community in your project. -You must use the `1.6.0` version of CocoaPods or newer to avoid an -incapability between Cocoapods and XCode. Before starting the tutorial, confirm +You must use CocoaPods version `1.6.0` or newer to avoid an +incompatibility between Cocoapods and XCode. Before starting the tutorial, confirm you have installed CocoaPods. ```bash