Skip to content

Commit 7363bb4

Browse files
authored
Fix typo in the spelling of "running"
Running is wrongly spelt as runing
1 parent c048869 commit 7363bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How This Works
22

3-
After installing this package and runing the command `php artisan apidoc:generate` in your application, here's what happens:
3+
After installing this package and running the command `php artisan apidoc:generate` in your application, here's what happens:
44

55
- The package fetches all your application's routes.
66
- 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.

0 commit comments

Comments
 (0)