瀏覽代碼

Fix readme typo

Michał Golon 6 年之前
父節點
當前提交
239d56db92
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"}