Skip to content

Commit

Permalink
Docs Typo (#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmarcsmith authored and flovilmart committed Jan 25, 2019
1 parent 03604b1 commit 1cbe8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To migrate this function you would follow the same practices as the ones before,

```js
// after with async/await
Parse.Cloud.beforeSave('MyClassName', async (request) => {
Parse.Cloud.define('downloadImage', async (request) => {
const {
url, name
} = request.params;
Expand Down

0 comments on commit 1cbe8bd

Please sign in to comment.