mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Fix typo in Exception.php
follwing -> following
This commit is contained in:
parent
19eb6c7e50
commit
82141b7387
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue