From 1cbe8bd394d877aeb96740a87cca9d74b4d375e8 Mon Sep 17 00:00:00 2001 From: Marc Smith Date: Thu, 24 Jan 2019 20:21:58 -0700 Subject: [PATCH] Docs Typo (#5317) --- 3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0.0.md b/3.0.0.md index da7981b8..e34d2eeb 100644 --- a/3.0.0.md +++ b/3.0.0.md @@ -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;