Skip to content

Commit a433f68

Browse files
committed
Merge remote-tracking branch 'origin/5.2' into 5.2
2 parents cdc0e81 + 4e02692 commit a433f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The `download` method may be used to generate a response that forces the user's
131131
<a name="file-responses"></a>
132132
#### File Responses
133133

134-
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:
134+
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:
135135

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

0 commit comments

Comments
 (0)