diff --git a/laravel/documentation/views/html.md b/laravel/documentation/views/html.md index aabe244d..e94e9e14 100644 --- a/laravel/documentation/views/html.md +++ b/laravel/documentation/views/html.md @@ -70,7 +70,7 @@ #### Generating a link to a named route: #### Generating a link to a named route with wildcard values: - $url = HTML::link_to_route('profile', array($username)); + $url = HTML::link_to_route('profile', 'User Profile', array($username)); *Further Reading:*