Skip to content

Commit 51bc8e9

Browse files
authored
Update README.md
1 parent 164e399 commit 51bc8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ php artisan enum:annotate Enums/FQN/ClassName
103103
# All enums in a folder
104104
php artisan enum:annotate --folder=Enums/Folder/Path
105105
```
106-
This command generate de annotation for [invokable case methods](https://github.com/datomatic/enum-helper?tab=readme-ov-file#invokable-cases).
106+
This command generate the phpDoc annotations for [invokable case methods](https://github.com/datomatic/enum-helper?tab=readme-ov-file#invokable-cases).
107107

108108

109109
## Translations

0 commit comments

Comments
 (0)