Skip to content

Commit

Permalink
Merge pull request #702 from sdkcodes/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the spelling of "running"
  • Loading branch information
shalvah authored Mar 4, 2020
2 parents c048869 + 7363bb4 commit 93af3b2
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 93af3b2

Please sign in to comment.