Skip to content

Commit 2dc9762

Browse files
Fix typo
1 parent 3b53313 commit 2dc9762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/blueprint.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
| Pluralize route names
120120
|--------------------------------------------------------------------------
121121
|
122-
| By default, Blueprint will use the `kebab-case` of the controller name for
123-
| for the route name. If you would like to ensure a plural route name is
124-
| used, you may set this to `true`.
122+
| By default, Blueprint will use the `kebab-case` of the controller name
123+
| for the route name. If you would like to ensure a plural route name
124+
| is used, you may set this to `true`.
125125
|
126126
*/
127127
'plural_routes' => null,

0 commit comments

Comments
 (0)