Skip to content

Commit cd27bf5

Browse files
Fix typo in cloud-code.md (parse-community#860)
1 parent 2d630e0 commit cd27bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/cloudcode/cloud-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ Parse.Cloud.afterLiveQueryEvent('MyObject', (request) => {
798798
});
799799
```
800800
801-
By default, ParseLiveQuery does not perform queries that require additional database operations. This is to keep your Parse Server as fast and effient as possible. If you require this functionality, you can perform these in `afterLiveQueryEvent`.
801+
By default, ParseLiveQuery does not perform queries that require additional database operations. This is to keep your Parse Server as fast and efficient as possible. If you require this functionality, you can perform these in `afterLiveQueryEvent`.
802802
803803
```javascript
804804
// Including an object on LiveQuery event, on update only.

0 commit comments

Comments
 (0)