Fix typo in Exception.php

follwing -> following
This commit is contained in:
Ikko Ashimine
2022-09-17 12:44:20 +09:00
committed by GitHub
parent 19eb6c7e50
commit 82141b7387
+1 -1
View File
@@ -12,7 +12,7 @@ class Exception extends \Exception
* Naming the error types based on the following convention
* <ENTITY>_<ERROR_TYPE>
*
* Appwrite has the follwing entities:
* Appwrite has the following entities:
* - General
* - Users
* - Teams