Skip to content

Commit 1cbe8bd

Browse files
mrmarcsmithflovilmart
authored andcommitted
Docs Typo (#5317)
1 parent 03604b1 commit 1cbe8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To migrate this function you would follow the same practices as the ones before,
144144

145145
```js
146146
// after with async/await
147-
Parse.Cloud.beforeSave('MyClassName', async (request) => {
147+
Parse.Cloud.define('downloadImage', async (request) => {
148148
const {
149149
url, name
150150
} = request.params;

0 commit comments

Comments
 (0)