fix spelling mistake in README-en.md

This commit is contained in:
DubbleClick 2023-09-18 12:52:35 +02:00 committed by Jerry Ma
parent dd9a5d8316
commit e3a4cd6e1d

View File

@ -214,7 +214,7 @@ If you are familiar with this project, you are also welcome to initiate a pull r
The basic principles for contributing are as follows:
- This project uses php-cs-fixer and phpstan as code formatting tools. Before contributing, please run `composer analyze` and `composer cs-fix` on the updated code.
- This project uses php-cs-fixer and phpstan as code formatting tools. Before contributing, please run `composer analyse` and `composer cs-fix` on the updated code.
- If other open source libraries are involved, the corresponding licenses should be provided.
Also, configuration files should be sorted using the command `sort-config` after modification.
For more information about sorting commands, see the documentation.