Skip to content

Commit

Permalink
Fix typo in cloud-code.md (parse-community#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeBlock-1984 committed Dec 8, 2021
1 parent 2d630e0 commit cd27bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/cloudcode/cloud-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ Parse.Cloud.afterLiveQueryEvent('MyObject', (request) => {
});
```
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`.
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`.
```javascript
// Including an object on LiveQuery event, on update only.
Expand Down

0 comments on commit cd27bf5

Please sign in to comment.