Fix typo: "requrest" -> "request" (#4761)

This commit is contained in:
Joseph Frazier
2018-05-13 13:49:07 -04:00
committed by Florent Vilmart
parent 3999de7e0b
commit 2c357df33e

View File

@@ -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: Improve compatability of cloud code beforeSave hook for newly created object
* Fix: ACL creation for master key only objects * Fix: ACL creation for master key only objects
* Fix: Allow uploading files without Content-Type * 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: Bugs in development script when running from locations other than project root
* Fix: Can pass query constraints in URL * Fix: Can pass query constraints in URL
* Fix: Objects with legacy "_tombstone" key now don't cause issues. * Fix: Objects with legacy "_tombstone" key now don't cause issues.