From 0aa6cefcb03e320b1a8884565bf5de0a2009e749 Mon Sep 17 00:00:00 2001 From: Karan Singh Bisht <69008866+KaranSinghBisht@users.noreply.github.com> Date: Thu, 8 Oct 2020 01:38:03 +0530 Subject: [PATCH] Fixed Grammatical error --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 13e166c81f..2dc3db25a3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,7 +32,7 @@ - Fixed update form labels and tooltips for Flutter Android apps - Fixed missing custom scopes param for OAuth2 session create API route - Fixed wrong JSON validation when creating and updating database documents -- Fixed bug where max file size was limited to max of 10MB +- Fixed bug where max file size was limited to a max of 10MB - Fixed bug preventing the deletion of the project logo - Fixed Bug when trying to overwrite OAuth cookie in the Flutter SDK - Fixed OAuth redirect when using the self-hosted instance default success URL ([#454](https://github.com/appwrite/appwrite/issues/454))