Skip to content

Commit f73e25c

Browse files
authored
docs: correct cloud code function argument number (#952)
1 parent 254bb8d commit f73e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/cloudcode/cloud-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ratings = await Parse.Cloud.run("averageStars", params);
104104
// ratings should be 4.5
105105
```
106106

107-
In general, two arguments will be passed into cloud functions:
107+
In general, these arguments will be passed into Cloud Functions:
108108

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

0 commit comments

Comments
 (0)