Skip to content

Commit

Permalink
docs: correct cloud code function argument number (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymarsden authored Aug 7, 2024
1 parent 254bb8d commit f73e25c
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 @@ -104,7 +104,7 @@ const ratings = await Parse.Cloud.run("averageStars", params);
// ratings should be 4.5
```

In general, two arguments will be passed into cloud functions:
In general, these arguments will be passed into Cloud Functions:

1. **`request`** - The request object contains information about the request. The following fields are set:
1. **`params`** - The parameters object sent to the function by the client.
Expand Down

0 comments on commit f73e25c

Please sign in to comment.