Skip to content

Commit 11f9f8b

Browse files
committed
Fix a typo ;)
1 parent 90994d3 commit 11f9f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInCallManager/RNInCallManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class RNInCallManager: NSObject {
7777
}
7878

7979
@objc func turnScreenOff() -> Void {
80-
print("ios doesn't support turnScreenOn()")
80+
print("ios doesn't support turnScreenOff()")
8181
}
8282

8383
func updateAudioRoute() -> Void {

0 commit comments

Comments
 (0)