From 015e26ca48fb6336ae8f1e8c9663a8a30ca932a5 Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Mon, 30 Sep 2019 23:35:46 +0300 Subject: [PATCH] =?UTF-8?q?Documentation=20typo=20fix:=20formmating?= =?UTF-8?q?=E2=86=92formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2db44243b..ace913fbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ Appwrite uses PHPs Composer for managing dependencies on the server-side and JS Appwrite is following the PHP-FIG standards. Currently, we are using both PSR-0 and PSR-4 for coding standards and autoloading standards. Soon we will also review the project for support with PSR-12 (Extended Coding Style). -We use prettier for our JS coding standards and for auto-formmating our code. +We use prettier for our JS coding standards and for auto-formatting our code. ## Scalability, Speed and Performance