Browse Source

Update docs

shalvah 5 năm trước cách đây
mục cha
commit
5ae35d053f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      docs/config.md
  2. 1 1
      src/ApiDoc.php

+ 1 - 1
docs/config.md

@@ -18,7 +18,7 @@ Set this to `true` if you want the documentation endpoint to be automatically se
 You may, of course, use your own routing instead of using `autoload`.
 
 ### `docs_url`
-The path for the HTMl documentation endpoint (if `autoload` is true). Your Postman collection (if you have that enabled) will be at this path + '.json' (eg `/doc.json`). Default: `/doc`
+The path for the documentation endpoint (if `autoload` is true). Your Postman collection (if you have that enabled) will be at this path + '.json' (eg `/doc.json`). Default: `/doc`
 
 > Note: There is currently a known issue with using `/docs` as the path for `laravel` docs. You should not use it, as it conflicts with the folder structure in the `public` folder and may confuse the webserver.
 

+ 1 - 1
src/ApiDoc.php

@@ -9,7 +9,7 @@ class ApiDoc
     /**
      * Binds the ApiDoc routes into the controller.
      *
-     * @deprecated Use autoload routes instead (`config/apidoc.php`: `routes > laravel > autoload`).
+     * @deprecated Use autoload routes instead (`config/apidoc.php`: `laravel > autoload`).
      *
      * @param string $path
      */