Skip to content

Commit 1e98c41

Browse files
Apply suggestions from code review
Co-authored-by: Luciano Almeida <[email protected]>
1 parent 8473251 commit 1e98c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
### Handle incoming push notification payload
117117

118-
When the app receives incoming push notification payload, we need to call `handlePush` to process it. With this API we can raise the IncomingCall event.
118+
When the app receives incoming push notification payload, we need to call `handlePush` to process it. With this API we can raise the `IncomingCall` event.
119119

120120
```Swift
121121
public func handlePushNotification(_ pushPayload: PKPushPayload)

0 commit comments

Comments
 (0)