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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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