Skip to content

Commit 03604b1

Browse files
mrmarcsmithflovilmart
authored andcommitted
Docs Typo #2 (#5318)
Plus added example.com url instead of '....'
1 parent bb47caa commit 03604b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.0.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Parse.Cloud.define('downloadImage', function(request, response) {
134134
You would call this method with:
135135

136136
```js
137-
Parse.Cloud.run({
138-
url: '....',
137+
Parse.Cloud.run('downloadImage',{
138+
url: 'https://example.com/file',
139139
name: 'my-file'
140140
});
141141
```

0 commit comments

Comments
 (0)