소스 검색

Update doc

shalvah 5 년 전
부모
커밋
075e1c9039
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/documenting-endpoint-body-parameters.md

+ 1 - 1
docs/documenting-endpoint-body-parameters.md

@@ -86,7 +86,7 @@ For files, your example should be the absolute path to a file that exists on you
 ```php
 /**
  * @bodyParam caption string The image caption
- * @bodyParam image required file The image.
+ * @bodyParam image file required The image.
  */
 ```