Skip to content

Commit

Permalink
Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerkatz committed Feb 28, 2016
1 parent 177ee97 commit 05e1a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The `download` method may be used to generate a response that forces the user's
<a name="file-responses"></a>
#### File Responses

The `file` method can be used to display the a file, such as an image or PDF, directly in the user's browser instead of initiating a download. This method accepts the path to the file as its first argument and an array of headers as its second argument:
The `file` method can be used to display a file, such as an image or PDF, directly in the user's browser instead of initiating a download. This method accepts the path to the file as its first argument and an array of headers as its second argument:

return response()->file($pathToFile);

Expand Down

0 comments on commit 05e1a2e

Please sign in to comment.