Skip to content

Commit

Permalink
Fix typo in the spelling of "running"
Browse files Browse the repository at this point in the history
Running is wrongly spelt as runing
  • Loading branch information
sdkcodes authored Mar 4, 2020
1 parent c048869 commit 7363bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/description.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7363bb4

Please sign in to comment.