소스 검색

Fix typo in the spelling of "running"

Running is wrongly spelt as runing
Elusoji sodeeq 5 년 전
부모
커밋
7363bb407c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/description.md

+ 1 - 1
docs/description.md

@@ -1,6 +1,6 @@
 # How This Works
 
-After installing this package and runing the command `php artisan apidoc:generate` in your application, here's what happens:
+After installing this package and running the command `php artisan apidoc:generate` in your application, here's what happens:
 
 - The package fetches all your application's routes.
 - It looks through your [configuration file](config.md) to filter the routes to the ones you actually want to document. For each route, it retrieves the settings you want to apply to it, if any.