Skip to content

Commit adb3c0f

Browse files
committed
nit
1 parent 6514aa3 commit adb3c0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/ParseSwift/Objects/ParseInstallation.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ extension ParseInstallation {
446446
`ParseConfiguration.allowCustomObjectId = true` and
447447
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
448448
and the server will generate an `objectId` only when the client does not provide one. This can
449-
increase the probability of colliiding `objectId`'s as the client and server `objectId`'s may be generated using
449+
increase the probability of colliding `objectId`'s as the client and server `objectId`'s may be generated using
450450
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
451451
client-side checks are disabled. Developers are responsible for handling such cases.
452452
*/
@@ -497,7 +497,7 @@ extension ParseInstallation {
497497
`ParseConfiguration.allowCustomObjectId = true` and
498498
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
499499
and the server will generate an `objectId` only when the client does not provide one. This can
500-
increase the probability of colliiding `objectId`'s as the client and server `objectId`'s may be generated using
500+
increase the probability of colliding `objectId`'s as the client and server `objectId`'s may be generated using
501501
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
502502
client-side checks are disabled. Developers are responsible for handling such cases.
503503
*/
@@ -701,7 +701,7 @@ public extension Sequence where Element: ParseInstallation {
701701
`ParseConfiguration.allowCustomObjectId = true` and
702702
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
703703
and the server will generate an `objectId` only when the client does not provide one. This can
704-
increase the probability of colliiding `objectId`'s as the client and server `objectId`'s may be generated using
704+
increase the probability of colliding `objectId`'s as the client and server `objectId`'s may be generated using
705705
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
706706
client-side checks are disabled. Developers are responsible for handling such cases.
707707
*/
@@ -802,7 +802,7 @@ public extension Sequence where Element: ParseInstallation {
802802
`ParseConfiguration.allowCustomObjectId = true` and
803803
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
804804
and the server will generate an `objectId` only when the client does not provide one. This can
805-
increase the probability of colliiding `objectId`'s as the client and server `objectId`'s may be generated using
805+
increase the probability of colliding `objectId`'s as the client and server `objectId`'s may be generated using
806806
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
807807
client-side checks are disabled. Developers are responsible for handling such cases.
808808
*/

0 commit comments

Comments
 (0)