From 0ddd2f6c77a93a2350d2efa751c1affdc1a6fa18 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Wed, 21 Sep 2022 22:53:36 +0530 Subject: [PATCH] fixed typo on line 15 --- src/Appwrite/Extend/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index a32bbb5e97..d25cfb0d40 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -12,7 +12,7 @@ class Exception extends \Exception * Naming the error types based on the following convention * _ * - * Appwrite has the follwing entities: + * Appwrite has the following entities: * - General * - Users * - Teams