Skip to content

Commit a01b331

Browse files
committed
docs: decorate method
1 parent 34209c8 commit a01b331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/common_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Miscellaneous Functions
328328
return redirect()->back()->withHeaders();
329329

330330
When passing an argument into the function, it is treated as a named/reverse-routed route, not a relative/full URI,
331-
treating it the same as using redirect()->route()::
331+
treating it the same as using ``redirect()->route()``::
332332

333333
// Go to a named/reverse-routed URI
334334
return redirect('named_route');

0 commit comments

Comments
 (0)