diff --git a/laravel/documentation/views/html.md b/laravel/documentation/views/html.md
index d1fcae9b..4465b772 100644
--- a/laravel/documentation/views/html.md
+++ b/laravel/documentation/views/html.md
@@ -85,7 +85,7 @@ #### Generating a link to a controller action:
### Generating a link to a controller action with wildcard values:
- echo HTML::link_to_action('user@profile', array($username));
+ echo HTML::link_to_action('user@profile', 'User Profile', array($username));
## Mail-To Links