From dc5b37bf5bfe7ed28c8879081cfd9f8e1d6c6d4b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Thu, 1 Oct 2020 21:32:05 +0300 Subject: [PATCH] Corrected "exeution" to execution --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ef3e734c..ab25bf3c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -246,7 +246,7 @@ docker exec appwrite test We use some automation tools to help us keep a healthy codebase. -Improve PHP exeution time by using [fully-qualified function calls](https://veewee.github.io/blog/optimizing-php-performance-by-fq-function-calls/): +Improve PHP execution time by using [fully-qualified function calls](https://veewee.github.io/blog/optimizing-php-performance-by-fq-function-calls/): ```bash php-cs-fixer fix src/ --rules=native_function_invocation --allow-risky=yes