Skip to content

Commit a745d5e

Browse files
committed
fix: correct grammatical error in package description in composer.json
1 parent fd31882 commit a745d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konradmichalik/php-doc-block-header-fixer",
3-
"description": "This packages contains a PHP-CS-Fixer rule to automatically fix the class header regarding PHP DocBlocks.",
3+
"description": "This package contains a PHP-CS-Fixer rule to automatically fix the class header regarding PHP DocBlocks.",
44
"license": "GPL-3.0-or-later",
55
"type": "library",
66
"authors": [

0 commit comments

Comments
 (0)