From 09d2bc19982671108fea7a68bd39a545a9b033d1 Mon Sep 17 00:00:00 2001 From: Marc Smith Date: Thu, 24 Jan 2019 19:51:33 -0700 Subject: [PATCH] Docs Typo --- 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 7059707ac5..ea25a29ad0 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;