Skip to content

Commit d8be969

Browse files
ChandlerSwiftSpacePossum
authored andcommitted
Add apostrophe to possessive \"team's\"
1 parent b21d9db commit d8be969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHP Coding Standards Fixer
44
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards;
55
whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc.,
66
or other community driven ones like the Symfony one.
7-
You can **also** define your (teams) style through configuration.
7+
You can **also** define your (team's) style through configuration.
88

99
It can modernize your code (like converting the ``pow`` function to the ``**`` operator on PHP 5.6)
1010
and (micro) optimize it.

src/Console/Command/ReadmeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5050
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards;
5151
whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc.,
5252
or other community driven ones like the Symfony one.
53-
You can **also** define your (teams) style through configuration.
53+
You can **also** define your (team's) style through configuration.
5454
5555
It can modernize your code (like converting the ``pow`` function to the ``**`` operator on PHP 5.6)
5656
and (micro) optimize it.

0 commit comments

Comments
 (0)