1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00

Documentation typo fix: formmating→formatting

This commit is contained in:
Tomer Cohen 2019-09-30 23:35:46 +03:00
parent c4fab0f2c4
commit 015e26ca48

View file

@ -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