Skip to content

Commit

Permalink
Fix: Fist vs first
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and keradus committed Apr 8, 2015
1 parent e9d23c6 commit 7efb74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -375,7 +375,7 @@ Choose from the list of available fixers:

* **phpdoc_trim** [symfony]
Phpdocs should start and end with
content, excluding the very fist and
content, excluding the very first and
last line of the docblocks.

* **phpdoc_type_to_var** [symfony]
Expand Down
2 changes: 1 addition & 1 deletion Symfony/CS/Fixer/Symfony/PhpdocTrimFixer.php
Expand Up @@ -44,7 +44,7 @@ public function fix(\SplFileInfo $file, $content)
*/
public function getDescription()
{
return 'Phpdocs should start and end with content, excluding the very fist and last line of the docblocks.';
return 'Phpdocs should start and end with content, excluding the very first and last line of the docblocks.';
}

/**
Expand Down

0 comments on commit 7efb74f

Please sign in to comment.