Skip to content

Commit 95fab4a

Browse files
committed
Fix spelling
1 parent 858d7b7 commit 95fab4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/doctor-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ class DoctorService implements IDoctorService {
4747
}
4848

4949
if(!sysInfo.cocoapodVer) {
50-
this.$logger.warn("WARNING: CocoaPod is not installed or is not configured properly.");
50+
this.$logger.warn("WARNING: CocoaPods is not installed or is not configured properly.");
5151
this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file." + EOL
52-
+ "To be able to build such projects, verify that you have installed CocoaPod.");
52+
+ "To be able to build such projects, verify that you have installed CocoaPods.");
5353
result = true;
5454
}
5555

0 commit comments

Comments
 (0)