From 82141b7387c016e64b49839aaa5a5313fe379c2e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 17 Sep 2022 12:44:20 +0900 Subject: [PATCH] Fix typo in Exception.php follwing -> following --- 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