Skip to content

Commit

Permalink
Merge branch '5.6' of github.com:laravel/framework into 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 7, 2018
2 parents 9290529 + 71451ee commit 427effa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/ResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function download($file, $name = null, array $headers = [], $disposition
}

/**
* Conver the string to ASCII characters that are equivalent to the given name.
* Convert the string to ASCII characters that are equivalent to the given name.
*
* @param string $name
* @return string
Expand Down

0 comments on commit 427effa

Please sign in to comment.