Skip to content

Commit 86659a7

Browse files
authored
docs: update index.rst (#39)
1 parent 34c67dd commit 86659a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ projects. This tool not only detects them, but also fixes them for you.
1010
PHP CS Fixer has built-in rule sets, whether you want to follow PHP coding standards as defined by `PHP-FIG's PER Coding Style <https://www.php-fig.org/per/coding-style/>`__,
1111
a wide community like the `Symfony <https://symfony.com/doc/current/contributing/code/standards.html>`__,
1212
or `our opinionated one <./doc/ruleSets/PhpCsFixer.rst>`__.
13-
You can **also** define your (team's) style through the `configuration file <./doc/config.rst>`__.
13+
You can also define your (team's) style through the `configuration file <./doc/config.rst>`__.
1414

1515
PHP CS Fixer can not only unify the style of your code, but also help to modernize your codebase towards
1616
newer PHP (e.g. `@PHP85Migration <./doc/ruleSets/PHP85Migration.rst>`__) and newer PHPUnit (e.g. `@PHPUnit91Migration:risky <./doc/ruleSets/PHPUnit91MigrationRisky.rst>`__).

0 commit comments

Comments
 (0)