@@ -446,7 +446,7 @@ extension ParseInstallation {
446
446
`ParseConfiguration.allowCustomObjectId = true` and
447
447
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
448
448
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
450
450
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
451
451
client-side checks are disabled. Developers are responsible for handling such cases.
452
452
*/
@@ -497,7 +497,7 @@ extension ParseInstallation {
497
497
`ParseConfiguration.allowCustomObjectId = true` and
498
498
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
499
499
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
501
501
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
502
502
client-side checks are disabled. Developers are responsible for handling such cases.
503
503
*/
@@ -701,7 +701,7 @@ public extension Sequence where Element: ParseInstallation {
701
701
`ParseConfiguration.allowCustomObjectId = true` and
702
702
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
703
703
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
705
705
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
706
706
client-side checks are disabled. Developers are responsible for handling such cases.
707
707
*/
@@ -802,7 +802,7 @@ public extension Sequence where Element: ParseInstallation {
802
802
`ParseConfiguration.allowCustomObjectId = true` and
803
803
`isIgnoreCustomObjectIdConfig = true` means the client will generate `objectId`'s
804
804
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
806
806
different algorithms. This can also lead to overwriting of `ParseObject`'s by accident as the
807
807
client-side checks are disabled. Developers are responsible for handling such cases.
808
808
*/
0 commit comments