shalvah 5 년 전
부모
커밋
98ed7d0535
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/config.md

+ 1 - 1
docs/config.md

@@ -12,7 +12,7 @@ If you're using `laravel` type, you can call `\Mpociot\ApiDoc\ApiDoc::routes()`
 ```php
 \Mpociot\ApiDoc\ApiDoc::routes("/apidoc")->middleware("auth.basic");
 ```
-> Note: There is currently a known issue with usin `/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.
+> 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.
 
 You may, of course, set up your own routing instead of using the `routes()` helper.