From 0efe9c3be0edc7edd7f8b9de38b1ceb49d0c981a Mon Sep 17 00:00:00 2001 From: Rishav Sharma Date: Thu, 10 Oct 2019 23:56:13 +0530 Subject: [PATCH] PHPs to PHP's --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7b28d8bba..38752b5580 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Appwrite uses a package manager for managing code dependencies for both backend Many of Appwrite's internal modules are also used as dependencies to allow other Appwrite's projects to reuse them and as a way to contribute them back to the community. -Appwrite uses PHPs Composer for managing dependencies on the server-side and JS NPM for managing dependencies on the frontend side. +Appwrite uses PHP's Composer for managing dependencies on the server-side and JS NPM for managing dependencies on the frontend side. ## Coding Standards