From 067858ae101cf004639c15f4e1e020135becb899 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Wed, 21 Sep 2022 22:48:51 +0530 Subject: [PATCH 1/3] fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8968398bd..1e3c4ce911 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -378,7 +378,7 @@ To run end-2-end tests use: docker compose exec appwrite test /usr/src/code/tests/e2e ``` -To run end-2-end tests for a spcific service use: +To run end-2-end tests for a specific service use: ```bash docker compose exec appwrite test /usr/src/code/tests/e2e/Services/[ServiceName] From 0ddd2f6c77a93a2350d2efa751c1affdc1a6fa18 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Wed, 21 Sep 2022 22:53:36 +0530 Subject: [PATCH 2/3] 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 From de0b88737eecd40962388f0b732127cbe4058479 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Wed, 21 Sep 2022 22:55:21 +0530 Subject: [PATCH 3/3] fixed typo --- app/config/providers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/providers.php b/app/config/providers.php index 98ad93b30c..62430faae1 100644 --- a/app/config/providers.php +++ b/app/config/providers.php @@ -17,7 +17,7 @@ return [ // Ordered by ABC. 'icon' => 'icon-apple', 'enabled' => true, 'sandbox' => false, - 'form' => 'apple.phtml', // Perperation for adding ability to customized OAuth UI forms, currently handled hardcoded. + 'form' => 'apple.phtml', // Preparation for adding ability to customized OAuth UI forms, currently handled hardcoded. 'beta' => true, 'mock' => false, ],