Browse Source

Fix typo in the spelling of "running"

Running is wrongly spelt as runing
Elusoji sodeeq 5 years ago
parent
commit
7363bb407c
1 changed files with 1 additions and 1 deletions
  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.