From 95fab4a72e87770f7fca3704dfb5582f97fcb4a2 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Wed, 9 Dec 2015 19:19:41 +0200 Subject: [PATCH] Fix spelling --- lib/services/doctor-service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/services/doctor-service.ts b/lib/services/doctor-service.ts index 9cc8ec43d7..2d1ed65854 100644 --- a/lib/services/doctor-service.ts +++ b/lib/services/doctor-service.ts @@ -47,9 +47,9 @@ class DoctorService implements IDoctorService { } if(!sysInfo.cocoapodVer) { - this.$logger.warn("WARNING: CocoaPod is not installed or is not configured properly."); + this.$logger.warn("WARNING: CocoaPods is not installed or is not configured properly."); this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file." + EOL - + "To be able to build such projects, verify that you have installed CocoaPod."); + + "To be able to build such projects, verify that you have installed CocoaPods."); result = true; }