Skip to content

Commit f6aebb2

Browse files
committed
fix typo in description
1 parent 90dbfad commit f6aebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MakeClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MakeClass extends ClassCommand
1717
{--f|final : Make the class final}
1818
{--a|abstract : Make the class abstract}
1919
{--x|strict : Declare strict types}
20-
{--p|path= : Declare the part to be remembered}
20+
{--p|path= : Declare the path to be remembered}
2121
{--alias= : Declare the path keyword}
2222
{--t|type=class : Alternative class type}';
2323

0 commit comments

Comments
 (0)