From eb9ec675eebdf1b223debd6393ce07634690ef69 Mon Sep 17 00:00:00 2001 From: Alenros Date: Fri, 25 Sep 2020 01:32:39 +0300 Subject: [PATCH] Fixed typo --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 327bfbab6..7c4c03fa1 100644 --- a/app/init.php +++ b/app/init.php @@ -3,7 +3,7 @@ /** * Init * - * Inializes both Appwrite API entry point, queue workers, and CLI tasks. + * Initializes both Appwrite API entry point, queue workers, and CLI tasks. * Set configuration, framework resources, app constants * */