Explorar o código

Fix readme typo

Michał Golon %!s(int64=6) %!d(string=hai) anos
pai
achega
239d56db92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -308,7 +308,7 @@ composer require league/fractal
 
 #### @responseFile
 
-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`:
+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`:
 
 ```
 {"id":5,"name":"Jessica Jones","gender":"female"}