From 2c357df33e4393b7f580115073db73191e85de83 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Sun, 13 May 2018 13:49:07 -0400 Subject: [PATCH] Fix typo: "requrest" -> "request" (#4761) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedd655d..09079b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1079,7 +1079,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw) * Fix: Improve compatability of cloud code beforeSave hook for newly created object * Fix: ACL creation for master key only objects * Fix: Allow uploading files without Content-Type -* Fix: Add features to http requrest to match Parse.com +* Fix: Add features to http request to match Parse.com * Fix: Bugs in development script when running from locations other than project root * Fix: Can pass query constraints in URL * Fix: Objects with legacy "_tombstone" key now don't cause issues.