瀏覽代碼

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.
  */
 ```