Skip to content

Commit 239d56d

Browse files
committed
Fix readme typo
1 parent c14b9ab commit 239d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ composer require league/fractal
308308

309309
#### @responseFile
310310

311-
For large reponse bodies, you may want to use a dump of an actual response. You can put this response in a file (as a JSON string) within your Laravel storage directory and link to it. For instance, we can put this response in a file named `users.get.json` in `storage/responses`:
311+
For large response bodies, you may want to use a dump of an actual response. You can put this response in a file (as a JSON string) within your Laravel storage directory and link to it. For instance, we can put this response in a file named `users.get.json` in `storage/responses`:
312312

313313
```
314314
{"id":5,"name":"Jessica Jones","gender":"female"}

0 commit comments

Comments
 (0)