Skip to content

Commit ebec6ba

Browse files
committed
Merge pull request laravel#1077 from aebersold/master
Fix Documentation Error in html.md
2 parents f969776 + 8227784 commit ebec6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/views/html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For example, the < symbol should be converted to its entity representation. Conv
8585

8686
### Generating a link to a controller action with wildcard values:
8787

88-
echo HTML::link_to_action('user@profile', array($username));
88+
echo HTML::link_to_action('user@profile', 'User Profile', array($username));
8989

9090
<a name="mail-to-links"></a>
9191
## Mail-To Links

0 commit comments

Comments
 (0)