Skip to content

Commit 5ce0ce6

Browse files
committed
Fix typo
1 parent edfb2e1 commit 5ce0ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Macros/LocalizedRoutesMacro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function register()
4242
// to register translated route URI's.
4343
App::setLocale($locale);
4444

45-
// Prepent the locale to the route name
45+
// Prepend the locale to the route name
4646
$attributes = [
4747
'as'=>"{$locale}.",
4848
'localized-routes-locale'=>$locale

0 commit comments

Comments
 (0)