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; }