Skip to content

Commit e5459c0

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/pushNotifications'
2 parents 609ec38 + e63a39e commit e5459c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ParseSwift/Objects/ParseInstallation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import AppKit
2828
when the `ParseInstallation` is saved, thus these fields might not reflect the
2929
latest device state if the installation has not recently been saved.
3030

31-
`ParseInstallation` installations which have a valid `deviceToken` and are saved to
32-
the Parse cloud can be used to target push notifications. Use `setDeviceToken` to set the
31+
`ParseInstallation`s which have a valid `deviceToken` and are saved to
32+
the Parse Server can be used to target push notifications. Use `setDeviceToken` to set the
3333
`deviceToken` properly.
3434

3535
- warning: Only use `ParseInstallation.current` installations on the main thread as they

0 commit comments

Comments
 (0)