Skip to content

Commit 7170aea

Browse files
authored
Update routing.md
fix typo
1 parent 1c4936e commit 7170aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ By default, `Route::redirect` returns a `302` status code. You may customize the
8282

8383
Route::redirect('/here', '/there', 301);
8484

85-
You may use the `Route::permananentRedirect` method to return a `301` status code:
85+
You may use the `Route::permanentRedirect` method to return a `301` status code:
8686

8787
Route::permanentRedirect('/here', '/there');
8888

0 commit comments

Comments
 (0)